Html Css Color HEX #B2D2DB Light Blue

📋 copy color: '#B2D2DB'

red 178 ◦ green 210 ◦ blue 219

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

Shades of Light Blue #B2D2DB

Tints of Light Blue #B2D2DB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.6%

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

R = 29.32%
G = 34.6%
B = 36.08%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2D2DB (or 0xB2D2DB) is known color: Light Blue. HEX triplet: B2, D2 and DB. RGB value is (178,210,219). Sum of RGB (Red+Green+Blue) = 178+210+219=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2D2DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D2DB is #4D2D24. Grayscale: #C9C9C9. Windows color (decimal): -5057829 or 14406322. OLE color: 14406322.

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

Color convert

RGB 178 210 219 -
CMYK 0.19 0.04 0 0.14
HSL 193.17º 0.36% 0.78% -
HSV(B) 193.17º 0.19% 0.86% -
XYZ 54.19 60.67 75.87 -
YUV 201.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 178 210 219 0.19 0.04 0 0.14 193.17 0.36 0.78
Hex B2 D2 DB 13 4 0 E C1 24 4E
Octal 262 322 333 23 4 0 16 301 44 116
Binary 10110010 11010010 11011011 10011 100 0 1110 11000001 100100 1001110

Color Harmonies of #B2D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D2DB

Black with #B2D2DB

Text Example


Text Example

White with #B2D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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