Html Css Color HEX #B4CCDC Spindle

📋 copy color: '#B4CCDC'

red 180 ◦ green 204 ◦ blue 220

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

Shades of Spindle #B4CCDC

Tints of Spindle #B4CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.77%

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

R = 29.8%
G = 33.77%
B = 36.42%

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

#B4CCDC (or 0xB4CCDC) is known color: Spindle. HEX triplet: B4, CC and DC. RGB value is (180,204,220). Sum of RGB (Red+Green+Blue) = 180+204+220=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4CCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDC is #4B3323. Grayscale: #C6C6C6. Windows color (decimal): -4928292 or 14470324. OLE color: 14470324.

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

Color convert

RGB 180 204 220 -
CMYK 0.18 0.07 0 0.14
HSL 204º 0.36% 0.78% -
HSV(B) 204º 0.18% 0.86% -
XYZ 53.33 58.06 76.11 -
YUV 198.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 180 204 220 0.18 0.07 0 0.14 204 0.36 0.78
Hex B4 CC DC 12 7 0 E CC 24 4E
Octal 264 314 334 22 7 0 16 314 44 116
Binary 10110100 11001100 11011100 10010 111 0 1110 11001100 100100 1001110

Color Harmonies of #B4CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCDC

Black with #B4CCDC

Text Example


Text Example

White with #B4CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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