Html Css Color HEX #B5CBDE Spindle

📋 copy color: '#B5CBDE'

red 181 ◦ green 203 ◦ blue 222

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

Shades of Spindle #B5CBDE

Tints of Spindle #B5CBDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.63%

R = 29.87%
G = 33.5%
B = 36.63%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B5CBDE (or 0xB5CBDE) is known color: Spindle. HEX triplet: B5, CB and DE. RGB value is (181,203,222). Sum of RGB (Red+Green+Blue) = 181+203+222=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #B5CBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBDE is #4A3421. Grayscale: #C6C6C6. Windows color (decimal): -4863010 or 14601141. OLE color: 14601141.

HSL color Cylindrical-coordinate representation of color #B5CBDE: hue angle of 207.8º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5CBDE is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 203 222 -
CMYK 0.18 0.09 0 0.13
HSL 207.8º 0.38% 0.79% -
HSV(B) 207.8º 0.18% 0.87% -
XYZ 53.6 57.81 77.44 -
YUV 198.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 181 203 222 0.18 0.09 0 0.13 207.8 0.38 0.79
Hex B5 CB DE 12 9 0 D D0 26 4F
Octal 265 313 336 22 11 0 15 320 46 117
Binary 10110101 11001011 11011110 10010 1001 0 1101 11010000 100110 1001111

Color Harmonies of #B5CBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CBDE

Black with #B5CBDE

Text Example


Text Example

White with #B5CBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CBDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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