Html Css Color HEX #B4CEDB Light Blue

📋 copy color: '#B4CEDB'

red 180 ◦ green 206 ◦ blue 219

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

Shades of Light Blue #B4CEDB

Tints of Light Blue #B4CEDB

RGB

 RED value IS 180 (70.7% from 255) = 29.75%

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

 BLUE value IS 219 (85.94% from 255) = 36.2%

R = 29.75%
G = 34.05%
B = 36.2%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4CEDB (or 0xB4CEDB) is known color: Light Blue. HEX triplet: B4, CE and DB. RGB value is (180,206,219). Sum of RGB (Red+Green+Blue) = 180+206+219=605 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.75% from 605); Green value is 206 (80.86% from 255 or 34.05% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEDB is #4B3124. Grayscale: #C7C7C7. Windows color (decimal): -4927781 or 14405300. OLE color: 14405300.

HSL color Cylindrical-coordinate representation of color #B4CEDB: hue angle of 200º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4CEDB is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 206 219 -
CMYK 0.18 0.06 0 0.14
HSL 200º 0.35% 0.78% -
HSV(B) 200º 0.18% 0.86% -
XYZ 53.68 58.96 75.57 -
YUV 199.71 138.89 113.94 -
System Red Green Blue C M Y K H S L
Decimal 180 206 219 0.18 0.06 0 0.14 200 0.35 0.78
Hex B4 CE DB 12 6 0 E C8 23 4E
Octal 264 316 333 22 6 0 16 310 43 116
Binary 10110100 11001110 11011011 10010 110 0 1110 11001000 100011 1001110

Color Harmonies of #B4CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CEDB

Black with #B4CEDB

Text Example


Text Example

White with #B4CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CEDB; }

 p { color: rgb(180,206,219); }

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

background-color css

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

 a { background-color: rgb(180,206,219); }

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

border-color css

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

 span { border-color: rgb(180,206,219); }

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