Html Css Color HEX #B4CBDB Spindle

📋 copy color: '#B4CBDB'

red 180 ◦ green 203 ◦ blue 219

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

Shades of Spindle #B4CBDB

Tints of Spindle #B4CBDB

RGB

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

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

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

R = 29.9%
G = 33.72%
B = 36.38%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4CBDB (or 0xB4CBDB) is known color: Spindle. HEX triplet: B4, CB and DB. RGB value is (180,203,219). Sum of RGB (Red+Green+Blue) = 180+203+219=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 203 (79.69% from 255 or 33.72% from 602); Blue value is 219 (85.94% from 255 or 36.38% from 602); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDB is #4B3424. Grayscale: #C5C5C5. Windows color (decimal): -4928549 or 14404532. OLE color: 14404532.

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

Color convert

RGB 180 203 219 -
CMYK 0.18 0.07 0 0.14
HSL 204.62º 0.35% 0.78% -
HSV(B) 204.62º 0.18% 0.86% -
XYZ 52.96 57.53 75.33 -
YUV 197.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 180 203 219 0.18 0.07 0 0.14 204.62 0.35 0.78
Hex B4 CB DB 12 7 0 E CD 23 4E
Octal 264 313 333 22 7 0 16 315 43 116
Binary 10110100 11001011 11011011 10010 111 0 1110 11001101 100011 1001110

Color Harmonies of #B4CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBDB

Black with #B4CBDB

Text Example


Text Example

White with #B4CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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