Html Css Color HEX #B2DAE4 Light Blue

📋 copy color: '#B2DAE4'

red 178 ◦ green 218 ◦ blue 228

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

Shades of Light Blue #B2DAE4

Tints of Light Blue #B2DAE4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.94%

 BLUE value IS 228 (89.45% from 255) = 36.54%

R = 28.53%
G = 34.94%
B = 36.54%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B2DAE4 (or 0xB2DAE4) is known color: Light Blue. HEX triplet: B2, DA and E4. RGB value is (178,218,228). Sum of RGB (Red+Green+Blue) = 178+218+228=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 218 (85.55% from 255 or 34.94% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #B2DAE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DAE4 is #4D251B. Grayscale: #CFCFCF. Windows color (decimal): -5055772 or 14998194. OLE color: 14998194.

HSL color Cylindrical-coordinate representation of color #B2DAE4: hue angle of 192º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2DAE4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 218 228 -
CMYK 0.22 0.04 0 0.11
HSL 192º 0.48% 0.8% -
HSV(B) 192º 0.22% 0.89% -
XYZ 57.44 65.21 82.96 -
YUV 207.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 178 218 228 0.22 0.04 0 0.11 192 0.48 0.8
Hex B2 DA E4 16 4 0 B C0 30 50
Octal 262 332 344 26 4 0 13 300 60 120
Binary 10110010 11011010 11100100 10110 100 0 1011 11000000 110000 1010000

Color Harmonies of #B2DAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAE4

Black with #B2DAE4

Text Example


Text Example

White with #B2DAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAE4; }

 p { color: rgb(178,218,228); }

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

background-color css

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

 a { background-color: rgb(178,218,228); }

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

border-color css

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

 span { border-color: rgb(178,218,228); }

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