#BFD2DE

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

Shades of Spindle #BFD2DE

Tints of Spindle #BFD2DE

Color information

#BFD2DE (or 0xBFD2DE) is unknown color: approx Spindle. HEX triplet: BF, D2 and DE. RGB value is (191,210,222). Sum of RGB (Red+Green+Blue) = 191+210+222=623 (82% of max value = 765). Red value is 191 (75% from 255 or 30.66% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFD2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2DE is #402D21. Grayscale: #CDCDCD. Windows color (decimal): -4205858 or 14602943. OLE color: 14602943.

HSL color Cylindrical-coordinate representation of color #BFD2DE: hue angle of 203.23º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFD2DE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191210222-
CMYK0.140.0500.13
HSL203.23º31.96%80.98%-
HSV(B)203.23º13.96%87.06%-
XYZ57.7262.4478.12-
YUV205.69137.21117.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.66%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 35.63%
R=30.66%
G=33.71%
B=35.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912102220.140.0500.13203.2331.9680.98
HexBFD2DEE50Dcb2051
Octal27732233616501531340121
Binary101111111101001011011110111010101101110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2DE; }

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

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

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

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

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

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

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

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