Html Css Color HEX #B2DAEC Light Blue

📋 copy color: '#B2DAEC'

red 178 ◦ green 218 ◦ blue 236

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

Shades of Light Blue #B2DAEC

Tints of Light Blue #B2DAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 28.16%
G = 34.49%
B = 37.34%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2DAEC (or 0xB2DAEC) is known color: Light Blue. HEX triplet: B2, DA and EC. RGB value is (178,218,236). Sum of RGB (Red+Green+Blue) = 178+218+236=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 218 (85.55% from 255 or 34.49% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2DAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DAEC is #4D2513. Grayscale: #CFCFCF. Windows color (decimal): -5055764 or 15522482. OLE color: 15522482.

HSL color Cylindrical-coordinate representation of color #B2DAEC: hue angle of 198.62º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2DAEC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 218 236 -
CMYK 0.25 0.08 0 0.07
HSL 198.62º 0.6% 0.81% -
HSV(B) 198.62º 0.25% 0.93% -
XYZ 58.57 65.66 88.94 -
YUV 208.09 143.75 106.54 -
System Red Green Blue C M Y K H S L
Decimal 178 218 236 0.25 0.08 0 0.07 198.62 0.6 0.81
Hex B2 DA EC 19 8 0 7 C7 3C 51
Octal 262 332 354 31 10 0 7 307 74 121
Binary 10110010 11011010 11101100 11001 1000 0 111 11000111 111100 1010001

Color Harmonies of #B2DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DAEC

Black with #B2DAEC

Text Example


Text Example

White with #B2DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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