Html Css Color HEX #B9CFDC Spindle

📋 copy color: '#B9CFDC'

red 185 ◦ green 207 ◦ blue 220

#B9CFDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spindle #B9CFDC

Tints of Spindle #B9CFDC

RGB

 RED value IS 185 (72.66% from 255) = 30.23%

 GREEN value IS 207 (81.25% from 255) = 33.82%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 30.23%
G = 33.82%
B = 35.95%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9CFDC (or 0xB9CFDC) is known color: Spindle. HEX triplet: B9, CF and DC. RGB value is (185,207,220). Sum of RGB (Red+Green+Blue) = 185+207+220=612 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.23% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFDC is #463023. Grayscale: #C9C9C9. Windows color (decimal): -4599844 or 14471097. OLE color: 14471097.

HSL color Cylindrical-coordinate representation of color #B9CFDC: hue angle of 202.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9CFDC is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 207 220 -
CMYK 0.16 0.06 0 0.14
HSL 202.29º 0.33% 0.79% -
HSV(B) 202.29º 0.16% 0.86% -
XYZ 55.24 60.11 76.4 -
YUV 201.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 185 207 220 0.16 0.06 0 0.14 202.29 0.33 0.79
Hex B9 CF DC 10 6 0 E CA 21 4F
Octal 271 317 334 20 6 0 16 312 41 117
Binary 10111001 11001111 11011100 10000 110 0 1110 11001010 100001 1001111

Color Harmonies of #B9CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFDC

Black with #B9CFDC

Text Example


Text Example

White with #B9CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFDC; }

 p { color: rgb(185,207,220); }

 H1.HeaderClassName
 {
   color: #B9CFDC;
 }
 .AnyTagClassName
 {
   color: #B9CFDC;
 }
</style>

background-color css

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

 a { background-color: rgb(185,207,220); }

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

border-color css

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

 span { border-color: rgb(185,207,220); }

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