Html Css Color HEX #B9CFDB Spindle

📋 copy color: '#B9CFDB'

red 185 ◦ green 207 ◦ blue 219

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

Shades of Spindle #B9CFDB

Tints of Spindle #B9CFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 30.28%
G = 33.88%
B = 35.84%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9CFDB (or 0xB9CFDB) is known color: Spindle. HEX triplet: B9, CF and DB. RGB value is (185,207,219). Sum of RGB (Red+Green+Blue) = 185+207+219=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFDB is #463024. Grayscale: #C9C9C9. Windows color (decimal): -4599845 or 14405561. OLE color: 14405561.

HSL color Cylindrical-coordinate representation of color #B9CFDB: hue angle of 201.18º degrees, saturation: 0.32, 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 #B9CFDB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 207 219 -
CMYK 0.16 0.05 0 0.14
HSL 201.18º 0.32% 0.79% -
HSV(B) 201.18º 0.16% 0.86% -
XYZ 55.11 60.05 75.71 -
YUV 201.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 185 207 219 0.16 0.05 0 0.14 201.18 0.32 0.79
Hex B9 CF DB 10 5 0 E C9 20 4F
Octal 271 317 333 20 5 0 16 311 40 117
Binary 10111001 11001111 11011011 10000 101 0 1110 11001001 100000 1001111

Color Harmonies of #B9CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CFDB

Black with #B9CFDB

Text Example


Text Example

White with #B9CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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