Html Css Color HEX #B9CFDD Spindle

📋 copy color: '#B9CFDD'

red 185 ◦ green 207 ◦ blue 221

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

Shades of Spindle #B9CFDD

Tints of Spindle #B9CFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 30.18%
G = 33.77%
B = 36.05%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9CFDD (or 0xB9CFDD) is known color: Spindle. HEX triplet: B9, CF and DD. RGB value is (185,207,221). Sum of RGB (Red+Green+Blue) = 185+207+221=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFDD is #463022. Grayscale: #C9C9C9. Windows color (decimal): -4599843 or 14536633. OLE color: 14536633.

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

Color convert

RGB 185 207 221 -
CMYK 0.16 0.06 0 0.13
HSL 203.33º 0.35% 0.8% -
HSV(B) 203.33º 0.16% 0.87% -
XYZ 55.37 60.16 77.1 -
YUV 202.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 185 207 221 0.16 0.06 0 0.13 203.33 0.35 0.8
Hex B9 CF DD 10 6 0 D CB 23 50
Octal 271 317 335 20 6 0 15 313 43 120
Binary 10111001 11001111 11011101 10000 110 0 1101 11001011 100011 1010000

Color Harmonies of #B9CFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFDD

Black with #B9CFDD

Text Example


Text Example

White with #B9CFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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