Html Css Color HEX #B4CCDA Spindle

📋 copy color: '#B4CCDA'

red 180 ◦ green 204 ◦ blue 218

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

Shades of Spindle #B4CCDA

Tints of Spindle #B4CCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 29.9%
G = 33.89%
B = 36.21%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CCDA (or 0xB4CCDA) is known color: Spindle. HEX triplet: B4, CC and DA. RGB value is (180,204,218). Sum of RGB (Red+Green+Blue) = 180+204+218=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 204 (80.08% from 255 or 33.89% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CCDA is #4B3325. Grayscale: #C6C6C6. Windows color (decimal): -4928294 or 14339252. OLE color: 14339252.

HSL color Cylindrical-coordinate representation of color #B4CCDA: hue angle of 202.11º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4CCDA is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 204 218 -
CMYK 0.17 0.06 0 0.15
HSL 202.11º 0.34% 0.78% -
HSV(B) 202.11º 0.17% 0.85% -
XYZ 53.07 57.95 74.72 -
YUV 198.42 139.05 114.86 -
System Red Green Blue C M Y K H S L
Decimal 180 204 218 0.17 0.06 0 0.15 202.11 0.34 0.78
Hex B4 CC DA 11 6 0 F CA 22 4E
Octal 264 314 332 21 6 0 17 312 42 116
Binary 10110100 11001100 11011010 10001 110 0 1111 11001010 100010 1001110

Color Harmonies of #B4CCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCDA

Black with #B4CCDA

Text Example


Text Example

White with #B4CCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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