#B8CFDF

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

Shades of Spindle #B8CFDF

Tints of Spindle #B8CFDF

Color information

#B8CFDF (or 0xB8CFDF) is unknown color: approx Spindle. HEX triplet: B8, CF and DF. RGB value is (184,207,223). Sum of RGB (Red+Green+Blue) = 184+207+223=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8CFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFDF is #473020. Grayscale: #C9C9C9. Windows color (decimal): -4665377 or 14667704. OLE color: 14667704.

HSL color Cylindrical-coordinate representation of color #B8CFDF: hue angle of 204.62º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8CFDF is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184207223-
CMYK0.170.0700.13
HSL204.62º37.86%79.8%-
HSV(B)204.62º17.49%87.45%-
XYZ55.460.1478.5-
YUV201.95139.88115.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 29.97%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 223 (87.5% from 255) = 36.32%
R=29.97%
G=33.71%
B=36.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1842072230.170.0700.13204.6237.8679.8
HexB8CFDF1170Dcd2650
Octal27031733721701531546120
Binary1011100011001111110111111000111101101110011011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CFDF; }

 p { color: rgb(184,207,223); }

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

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

 a { background-color: rgb(184,207,223); }

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

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

 span { border-color: rgb(184,207,223); }

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