Html Css Color HEX #B5CCDB Spindle

📋 copy color: '#B5CCDB'

red 181 ◦ green 204 ◦ blue 219

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

Shades of Spindle #B5CCDB

Tints of Spindle #B5CCDB

RGB

 RED value IS 181 (71.09% from 255) = 29.97%

 GREEN value IS 204 (80.08% from 255) = 33.77%

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

R = 29.97%
G = 33.77%
B = 36.26%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5CCDB (or 0xB5CCDB) is known color: Spindle. HEX triplet: B5, CC and DB. RGB value is (181,204,219). Sum of RGB (Red+Green+Blue) = 181+204+219=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCDB is #4A3324. Grayscale: #C6C6C6. Windows color (decimal): -4862757 or 14404789. OLE color: 14404789.

HSL color Cylindrical-coordinate representation of color #B5CCDB: hue angle of 203.68º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5CCDB is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 204 219 -
CMYK 0.17 0.07 0 0.14
HSL 203.68º 0.35% 0.78% -
HSV(B) 203.68º 0.17% 0.86% -
XYZ 53.44 58.12 75.42 -
YUV 198.83 139.38 115.28 -
System Red Green Blue C M Y K H S L
Decimal 181 204 219 0.17 0.07 0 0.14 203.68 0.35 0.78
Hex B5 CC DB 11 7 0 E CC 23 4E
Octal 265 314 333 21 7 0 16 314 43 116
Binary 10110101 11001100 11011011 10001 111 0 1110 11001100 100011 1001110

Color Harmonies of #B5CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCDB

Black with #B5CCDB

Text Example


Text Example

White with #B5CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCDB; }

 p { color: rgb(181,204,219); }

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

background-color css

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

 a { background-color: rgb(181,204,219); }

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

border-color css

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

 span { border-color: rgb(181,204,219); }

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