Html Css Color HEX #B2CEDF Light Blue

📋 copy color: '#B2CEDF'

red 178 ◦ green 206 ◦ blue 223

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

Shades of Light Blue #B2CEDF

Tints of Light Blue #B2CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.74%

R = 29.32%
G = 33.94%
B = 36.74%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B2CEDF (or 0xB2CEDF) is known color: Light Blue. HEX triplet: B2, CE and DF. RGB value is (178,206,223). Sum of RGB (Red+Green+Blue) = 178+206+223=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #B2CEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEDF is #4D3120. Grayscale: #C7C7C7. Windows color (decimal): -5058849 or 14667442. OLE color: 14667442.

HSL color Cylindrical-coordinate representation of color #B2CEDF: hue angle of 202.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CEDF is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 206 223 -
CMYK 0.20 0.08 0 0.13
HSL 202.67º 0.41% 0.79% -
HSV(B) 202.67º 0.2% 0.87% -
XYZ 53.75 58.94 78.35 -
YUV 199.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 178 206 223 0.20 0.08 0 0.13 202.67 0.41 0.79
Hex B2 CE DF 14 8 0 D CB 29 4F
Octal 262 316 337 24 10 0 15 313 51 117
Binary 10110010 11001110 11011111 10100 1000 0 1101 11001011 101001 1001111

Color Harmonies of #B2CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEDF

Black with #B2CEDF

Text Example


Text Example

White with #B2CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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