Html Css Color HEX #B4CCDD Spindle

📋 copy color: '#B4CCDD'

red 180 ◦ green 204 ◦ blue 221

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

Shades of Spindle #B4CCDD

Tints of Spindle #B4CCDD

RGB

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

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

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

R = 29.75%
G = 33.72%
B = 36.53%

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

#B4CCDD (or 0xB4CCDD) is known color: Spindle. HEX triplet: B4, CC and DD. RGB value is (180,204,221). Sum of RGB (Red+Green+Blue) = 180+204+221=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDD is #4B3322. Grayscale: #C6C6C6. Windows color (decimal): -4928291 or 14535860. OLE color: 14535860.

HSL color Cylindrical-coordinate representation of color #B4CCDD: hue angle of 204.88º 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 #B4CCDD is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 204 221 -
CMYK 0.19 0.08 0 0.13
HSL 204.88º 0.38% 0.79% -
HSV(B) 204.88º 0.19% 0.87% -
XYZ 53.47 58.11 76.8 -
YUV 198.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 180 204 221 0.19 0.08 0 0.13 204.88 0.38 0.79
Hex B4 CC DD 13 8 0 D CD 26 4F
Octal 264 314 335 23 10 0 15 315 46 117
Binary 10110100 11001100 11011101 10011 1000 0 1101 11001101 100110 1001111

Color Harmonies of #B4CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCDD

Black with #B4CCDD

Text Example


Text Example

White with #B4CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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