Html Css Color HEX #B2DCEC Light Blue

📋 copy color: '#B2DCEC'

red 178 ◦ green 220 ◦ blue 236

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

Shades of Light Blue #B2DCEC

Tints of Light Blue #B2DCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.7%

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

R = 28.08%
G = 34.7%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B2DCEC (or 0xB2DCEC) is known color: Light Blue. HEX triplet: B2, DC and EC. RGB value is (178,220,236). Sum of RGB (Red+Green+Blue) = 178+220+236=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 220 (86.33% from 255 or 34.70% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 236 - color contains mainly: blue. Hex color #B2DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DCEC is #4D2313. Grayscale: #D1D1D1. Windows color (decimal): -5055252 or 15522994. OLE color: 15522994.

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

Color convert

RGB 178 220 236 -
CMYK 0.25 0.07 0 0.07
HSL 196.55º 0.6% 0.81% -
HSV(B) 196.55º 0.25% 0.93% -
XYZ 59.09 66.71 89.12 -
YUV 209.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 178 220 236 0.25 0.07 0 0.07 196.55 0.6 0.81
Hex B2 DC EC 19 7 0 7 C5 3C 51
Octal 262 334 354 31 7 0 7 305 74 121
Binary 10110010 11011100 11101100 11001 111 0 111 11000101 111100 1010001

Color Harmonies of #B2DCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCEC

Black with #B2DCEC

Text Example


Text Example

White with #B2DCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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