Html Css Color HEX #B2CCDB Spindle

📋 copy color: '#B2CCDB'

red 178 ◦ green 204 ◦ blue 219

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

Shades of Spindle #B2CCDB

Tints of Spindle #B2CCDB

RGB

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

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

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

R = 29.62%
G = 33.94%
B = 36.44%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CCDB (or 0xB2CCDB) is known color: Spindle. HEX triplet: B2, CC and DB. RGB value is (178,204,219). Sum of RGB (Red+Green+Blue) = 178+204+219=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2CCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CCDB is #4D3324. Grayscale: #C5C5C5. Windows color (decimal): -5059365 or 14404786. OLE color: 14404786.

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

Color convert

RGB 178 204 219 -
CMYK 0.19 0.07 0 0.14
HSL 201.95º 0.36% 0.78% -
HSV(B) 201.95º 0.19% 0.86% -
XYZ 52.74 57.77 75.39 -
YUV 197.94 139.89 113.78 -
System Red Green Blue C M Y K H S L
Decimal 178 204 219 0.19 0.07 0 0.14 201.95 0.36 0.78
Hex B2 CC DB 13 7 0 E CA 24 4E
Octal 262 314 333 23 7 0 16 312 44 116
Binary 10110010 11001100 11011011 10011 111 0 1110 11001010 100100 1001110

Color Harmonies of #B2CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCDB

Black with #B2CCDB

Text Example


Text Example

White with #B2CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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