#B4CADA

Color #B4CADA Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #B4CADA

Tints of Spindle #B4CADA

Color information

#B4CADA (or 0xB4CADA) is unknown color: approx Spindle. HEX triplet: B4, CA and DA. RGB value is (180,202,218). Sum of RGB (Red+Green+Blue) = 180+202+218=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 202 (79.30% from 255 or 33.67% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 218 - color contains mainly: blue. Hex color #B4CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CADA is #4B3525. Grayscale: #C5C5C5. Windows color (decimal): -4928806 or 14338740. OLE color: 14338740.

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

Color convert

RGB180202218-
CMYK0.170.0700.15
HSL205.26º33.93%78.04%-
HSV(B)205.26º17.43%85.49%-
XYZ52.657.0174.56-
YUV197.25139.71115.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30%
GREEN value IS 202 (79.30% from 255) = 33.67%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=30%
G=33.67%
B=36.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1802022180.170.0700.15205.2633.9378.04
HexB4CADA1170Fcd224e
Octal26431233221701731542116
Binary1011010011001010110110101000111101111110011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CADA; }

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

 H1.HeaderClassName
 {
   color: #B4CADA;
 }
 .AnyTagClassName
 {
   color: #B4CADA;
 }
</style>
background-color css

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

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

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

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

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

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