Html Css Color HEX #B5CBDB Spindle

📋 copy color: '#B5CBDB'

red 181 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B5CBDB

Tints of Spindle #B5CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.67%

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

R = 30.02%
G = 33.67%
B = 36.32%

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

#B5CBDB (or 0xB5CBDB) is known color: Spindle. HEX triplet: B5, CB and DB. RGB value is (181,203,219). Sum of RGB (Red+Green+Blue) = 181+203+219=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDB is #4A3424. Grayscale: #C6C6C6. Windows color (decimal): -4863013 or 14404533. OLE color: 14404533.

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

Color convert

RGB 181 203 219 -
CMYK 0.17 0.07 0 0.14
HSL 205.26º 0.35% 0.78% -
HSV(B) 205.26º 0.17% 0.86% -
XYZ 53.2 57.65 75.34 -
YUV 198.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 181 203 219 0.17 0.07 0 0.14 205.26 0.35 0.78
Hex B5 CB DB 11 7 0 E CD 23 4E
Octal 265 313 333 21 7 0 16 315 43 116
Binary 10110101 11001011 11011011 10001 111 0 1110 11001101 100011 1001110

Color Harmonies of #B5CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBDB

Black with #B5CBDB

Text Example


Text Example

White with #B5CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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