Html Css Color HEX #B9CDDF Spindle

📋 copy color: '#B9CDDF'

red 185 ◦ green 205 ◦ blue 223

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

Shades of Spindle #B9CDDF

Tints of Spindle #B9CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.38%

R = 30.18%
G = 33.44%
B = 36.38%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B9CDDF (or 0xB9CDDF) is known color: Spindle. HEX triplet: B9, CD and DF. RGB value is (185,205,223). Sum of RGB (Red+Green+Blue) = 185+205+223=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9CDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDDF is #463220. Grayscale: #C8C8C8. Windows color (decimal): -4600353 or 14667193. OLE color: 14667193.

HSL color Cylindrical-coordinate representation of color #B9CDDF: hue angle of 208.42º degrees, saturation: 0.37, 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 #B9CDDF is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 205 223 -
CMYK 0.17 0.08 0 0.13
HSL 208.42º 0.37% 0.8% -
HSV(B) 208.42º 0.17% 0.87% -
XYZ 55.16 59.3 78.35 -
YUV 201.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 185 205 223 0.17 0.08 0 0.13 208.42 0.37 0.8
Hex B9 CD DF 11 8 0 D D0 25 50
Octal 271 315 337 21 10 0 15 320 45 120
Binary 10111001 11001101 11011111 10001 1000 0 1101 11010000 100101 1010000

Color Harmonies of #B9CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CDDF

Black with #B9CDDF

Text Example


Text Example

White with #B9CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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