Html Css Color HEX #B4CADA Spindle

📋 copy color: '#B4CADA'

red 180 ◦ green 202 ◦ blue 218

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

Shades of Spindle #B4CADA

Tints of Spindle #B4CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.67%

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

R = 30%
G = 33.67%
B = 36.33%

CMYK

 C value IS 0.17

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B4CADA (or 0xB4CADA) is known color: 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

RGB 180 202 218 -
CMYK 0.17 0.07 0 0.15
HSL 205.26º 0.34% 0.78% -
HSV(B) 205.26º 0.17% 0.85% -
XYZ 52.6 57.01 74.56 -
YUV 197.25 139.71 115.7 -
System Red Green Blue C M Y K H S L
Decimal 180 202 218 0.17 0.07 0 0.15 205.26 0.34 0.78
Hex B4 CA DA 11 7 0 F CD 22 4E
Octal 264 312 332 21 7 0 17 315 42 116
Binary 10110100 11001010 11011010 10001 111 0 1111 11001101 100010 1001110

Color Harmonies of #B4CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CADA

Black with #B4CADA

Text Example


Text Example

White with #B4CADA

Text Example


Text Example

HTML Codes & Css Web 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>