Html Css Color HEX #BED4DB Light Blue

📋 copy color: '#BED4DB'

red 190 ◦ green 212 ◦ blue 219

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

Shades of Light Blue #BED4DB

Tints of Light Blue #BED4DB

RGB

 RED value IS 190 (74.61% from 255) = 30.6%

 GREEN value IS 212 (83.2% from 255) = 34.14%

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

R = 30.6%
G = 34.14%
B = 35.27%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BED4DB (or 0xBED4DB) is known color: Light Blue. HEX triplet: BE, D4 and DB. RGB value is (190,212,219). Sum of RGB (Red+Green+Blue) = 190+212+219=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 212 (83.20% from 255 or 34.14% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 219 - color contains mainly: blue. Hex color #BED4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DB is #412B24. Grayscale: #CECECE. Windows color (decimal): -4270885 or 14406846. OLE color: 14406846.

HSL color Cylindrical-coordinate representation of color #BED4DB: hue angle of 194.48º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BED4DB is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 212 219 -
CMYK 0.13 0.03 0 0.14
HSL 194.48º 0.29% 0.8% -
HSV(B) 194.48º 0.13% 0.86% -
XYZ 57.56 63.15 76.17 -
YUV 206.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 190 212 219 0.13 0.03 0 0.14 194.48 0.29 0.8
Hex BE D4 DB D 3 0 E C2 1D 50
Octal 276 324 333 15 3 0 16 302 35 120
Binary 10111110 11010100 11011011 1101 11 0 1110 11000010 11101 1010000

Color Harmonies of #BED4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4DB

Black with #BED4DB

Text Example


Text Example

White with #BED4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4DB; }

 p { color: rgb(190,212,219); }

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

background-color css

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

 a { background-color: rgb(190,212,219); }

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

border-color css

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

 span { border-color: rgb(190,212,219); }

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