Html Css Color HEX #B2CADB Spindle

📋 copy color: '#B2CADB'

red 178 ◦ green 202 ◦ blue 219

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

Shades of Spindle #B2CADB

Tints of Spindle #B2CADB

RGB

 RED value IS 178 (69.92% from 255) = 29.72%

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

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 29.72%
G = 33.72%
B = 36.56%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CADB (or 0xB2CADB) is known color: Spindle. HEX triplet: B2, CA and DB. RGB value is (178,202,219). Sum of RGB (Red+Green+Blue) = 178+202+219=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 202 (79.30% from 255 or 33.72% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CADB is #4D3524. Grayscale: #C4C4C4. Windows color (decimal): -5059877 or 14404274. OLE color: 14404274.

HSL color Cylindrical-coordinate representation of color #B2CADB: hue angle of 204.88º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CADB is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 202 219 -
CMYK 0.19 0.08 0 0.14
HSL 204.88º 0.36% 0.78% -
HSV(B) 204.88º 0.19% 0.86% -
XYZ 52.27 56.82 75.23 -
YUV 196.76 140.55 114.62 -
System Red Green Blue C M Y K H S L
Decimal 178 202 219 0.19 0.08 0 0.14 204.88 0.36 0.78
Hex B2 CA DB 13 8 0 E CD 24 4E
Octal 262 312 333 23 10 0 16 315 44 116
Binary 10110010 11001010 11011011 10011 1000 0 1110 11001101 100100 1001110

Color Harmonies of #B2CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CADB

Black with #B2CADB

Text Example


Text Example

White with #B2CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CADB; }

 p { color: rgb(178,202,219); }

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

background-color css

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

 a { background-color: rgb(178,202,219); }

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

border-color css

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

 span { border-color: rgb(178,202,219); }

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