Html Css Color HEX #B2DEF6 Light Blue

📋 copy color: '#B2DEF6'

red 178 ◦ green 222 ◦ blue 246

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

Shades of Light Blue #B2DEF6

Tints of Light Blue #B2DEF6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.37%

 BLUE value IS 246 (96.48% from 255) = 38.08%

R = 27.55%
G = 34.37%
B = 38.08%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B2DEF6 (or 0xB2DEF6) is known color: Light Blue. HEX triplet: B2, DE and F6. RGB value is (178,222,246). Sum of RGB (Red+Green+Blue) = 178+222+246=646 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.55% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 246 (96.48% from 255 or 38.08% from 646); Max value from RGB is 246 - color contains mainly: blue. Hex color #B2DEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2DEF6 is #4D2109. Grayscale: #D3D3D3. Windows color (decimal): -5054730 or 16178866. OLE color: 16178866.

HSL color Cylindrical-coordinate representation of color #B2DEF6: hue angle of 201.18º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2DEF6 is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 222 246 -
CMYK 0.28 0.10 0 0.04
HSL 201.18º 0.79% 0.83% -
HSV(B) 201.18º 0.28% 0.96% -
XYZ 61.12 68.36 97.16 -
YUV 211.58 147.42 104.05 -
System Red Green Blue C M Y K H S L
Decimal 178 222 246 0.28 0.10 0 0.04 201.18 0.79 0.83
Hex B2 DE F6 1C A 0 4 C9 4F 53
Octal 262 336 366 34 12 0 4 311 117 123
Binary 10110010 11011110 11110110 11100 1010 0 100 11001001 1001111 1010011

Color Harmonies of #B2DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DEF6

Black with #B2DEF6

Text Example


Text Example

White with #B2DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DEF6; }

 p { color: rgb(178,222,246); }

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

background-color css

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

 a { background-color: rgb(178,222,246); }

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

border-color css

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

 span { border-color: rgb(178,222,246); }

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