#BFD2E6

Color #BFD2E6 Periwinkle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periwinkle #BFD2E6

Tints of Periwinkle #BFD2E6

Color information

#BFD2E6 (or 0xBFD2E6) is unknown color: approx Periwinkle. HEX triplet: BF, D2 and E6. RGB value is (191,210,230). Sum of RGB (Red+Green+Blue) = 191+210+230=631 (83% of max value = 765). Red value is 191 (75% from 255 or 30.27% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 230 (90.23% from 255 or 36.45% from 631); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD2E6 is #402D19. Grayscale: #CECECE. Windows color (decimal): -4205850 or 15127231. OLE color: 15127231.

HSL color Cylindrical-coordinate representation of color #BFD2E6: hue angle of 210.77º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD2E6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191210230-
CMYK0.170.0900.10
HSL210.77º43.82%82.55%-
HSV(B)210.77º16.96%90.2%-
XYZ58.8262.8883.9-
YUV206.6141.21116.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 30.27%
GREEN value IS 210 (82.42% from 255) = 33.28%
BLUE value IS 230 (90.23% from 255) = 36.45%
R=30.27%
G=33.28%
B=36.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912102300.170.0900.10210.7743.8282.55
HexBFD2E61190Ad32c53
Octal277322346211101232354123
Binary10111111110100101110011010001100101010110100111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2E6; }

 p { color: rgb(191,210,230); }

 H1.HeaderClassName
 {
   color: #BFD2E6;
 }
 .AnyTagClassName
 {
   color: #BFD2E6;
 }
</style>
background-color css

<style>
 a { background-color: #BFD2E6; }

 a { background-color: rgb(191,210,230); }

 div.DivClassName
 {
   background-color: #BFD2E6;
 }
 .BgClassName
 {
   background-color: #BFD2E6;
 }
</style>
border-color css

<style>
 span { border-color: #BFD2E6; }

 span { border-color: rgb(191,210,230); }

 td.TdClassName
 {
   border-color: #BFD2E6;
 }
 .TagClassName
 {
   border-color: #BFD2E6;
 }
</style>