Html Css Color HEX #B4CBDD Spindle

📋 copy color: '#B4CBDD'

red 180 ◦ green 203 ◦ blue 221

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

Shades of Spindle #B4CBDD

Tints of Spindle #B4CBDD

RGB

 RED value IS 180 (70.7% from 255) = 29.8%

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

 BLUE value IS 221 (86.72% from 255) = 36.59%

R = 29.8%
G = 33.61%
B = 36.59%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B4CBDD (or 0xB4CBDD) is known color: Spindle. HEX triplet: B4, CB and DD. RGB value is (180,203,221). Sum of RGB (Red+Green+Blue) = 180+203+221=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDD is #4B3422. Grayscale: #C6C6C6. Windows color (decimal): -4928547 or 14535604. OLE color: 14535604.

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

Color convert

RGB 180 203 221 -
CMYK 0.19 0.08 0 0.13
HSL 206.34º 0.38% 0.79% -
HSV(B) 206.34º 0.19% 0.87% -
XYZ 53.23 57.64 76.73 -
YUV 198.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 180 203 221 0.19 0.08 0 0.13 206.34 0.38 0.79
Hex B4 CB DD 13 8 0 D CE 26 4F
Octal 264 313 335 23 10 0 15 316 46 117
Binary 10110100 11001011 11011101 10011 1000 0 1101 11001110 100110 1001111

Color Harmonies of #B4CBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBDD

Black with #B4CBDD

Text Example


Text Example

White with #B4CBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBDD; }

 p { color: rgb(180,203,221); }

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

background-color css

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

 a { background-color: rgb(180,203,221); }

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

border-color css

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

 span { border-color: rgb(180,203,221); }

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