Html Css Color HEX #B4CBDC Spindle

📋 copy color: '#B4CBDC'

red 180 ◦ green 203 ◦ blue 220

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

Shades of Spindle #B4CBDC

Tints of Spindle #B4CBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 29.85%
G = 33.67%
B = 36.48%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4CBDC (or 0xB4CBDC) is known color: Spindle. HEX triplet: B4, CB and DC. RGB value is (180,203,220). Sum of RGB (Red+Green+Blue) = 180+203+220=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBDC is #4B3423. Grayscale: #C5C5C5. Windows color (decimal): -4928548 or 14470068. OLE color: 14470068.

HSL color Cylindrical-coordinate representation of color #B4CBDC: hue angle of 205.5º degrees, saturation: 0.36, 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 #B4CBDC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 203 220 -
CMYK 0.18 0.08 0 0.14
HSL 205.5º 0.36% 0.78% -
HSV(B) 205.5º 0.18% 0.86% -
XYZ 53.1 57.58 76.03 -
YUV 198.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 180 203 220 0.18 0.08 0 0.14 205.5 0.36 0.78
Hex B4 CB DC 12 8 0 E CE 24 4E
Octal 264 313 334 22 10 0 16 316 44 116
Binary 10110100 11001011 11011100 10010 1000 0 1110 11001110 100100 1001110

Color Harmonies of #B4CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CBDC

Black with #B4CBDC

Text Example


Text Example

White with #B4CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CBDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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