Html Css Color HEX #B2CEDC Light Blue

📋 copy color: '#B2CEDC'

red 178 ◦ green 206 ◦ blue 220

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

Shades of Light Blue #B2CEDC

Tints of Light Blue #B2CEDC

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.11%

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 29.47%
G = 34.11%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B2CEDC (or 0xB2CEDC) is known color: Light Blue. HEX triplet: B2, CE and DC. RGB value is (178,206,220). Sum of RGB (Red+Green+Blue) = 178+206+220=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2CEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEDC is #4D3123. Grayscale: #C7C7C7. Windows color (decimal): -5058852 or 14470834. OLE color: 14470834.

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

Color convert

RGB 178 206 220 -
CMYK 0.19 0.06 0 0.14
HSL 200º 0.38% 0.78% -
HSV(B) 200º 0.19% 0.86% -
XYZ 53.35 58.77 76.24 -
YUV 199.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 178 206 220 0.19 0.06 0 0.14 200 0.38 0.78
Hex B2 CE DC 13 6 0 E C8 26 4E
Octal 262 316 334 23 6 0 16 310 46 116
Binary 10110010 11001110 11011100 10011 110 0 1110 11001000 100110 1001110

Color Harmonies of #B2CEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEDC

Black with #B2CEDC

Text Example


Text Example

White with #B2CEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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