Html Css Color HEX #B9CDDD Spindle

📋 copy color: '#B9CDDD'

red 185 ◦ green 205 ◦ blue 221

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

Shades of Spindle #B9CDDD

Tints of Spindle #B9CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.55%

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

R = 30.28%
G = 33.55%
B = 36.17%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9CDDD (or 0xB9CDDD) is known color: Spindle. HEX triplet: B9, CD and DD. RGB value is (185,205,221). Sum of RGB (Red+Green+Blue) = 185+205+221=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDDD is #463222. Grayscale: #C8C8C8. Windows color (decimal): -4600355 or 14536121. OLE color: 14536121.

HSL color Cylindrical-coordinate representation of color #B9CDDD: hue angle of 206.67º 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 #B9CDDD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 205 221 -
CMYK 0.16 0.07 0 0.13
HSL 206.67º 0.35% 0.8% -
HSV(B) 206.67º 0.16% 0.87% -
XYZ 54.89 59.2 76.94 -
YUV 200.84 139.37 116.7 -
System Red Green Blue C M Y K H S L
Decimal 185 205 221 0.16 0.07 0 0.13 206.67 0.35 0.8
Hex B9 CD DD 10 7 0 D CF 23 50
Octal 271 315 335 20 7 0 15 317 43 120
Binary 10111001 11001101 11011101 10000 111 0 1101 11001111 100011 1010000

Color Harmonies of #B9CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDDD

Black with #B9CDDD

Text Example


Text Example

White with #B9CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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