Html Css Color HEX #BED3DE Light Blue

📋 copy color: '#BED3DE'

red 190 ◦ green 211 ◦ blue 222

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

Shades of Light Blue #BED3DE

Tints of Light Blue #BED3DE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.87%

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 30.5%
G = 33.87%
B = 35.63%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED3DE (or 0xBED3DE) is known color: Light Blue. HEX triplet: BE, D3 and DE. RGB value is (190,211,222). Sum of RGB (Red+Green+Blue) = 190+211+222=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 211 (82.81% from 255 or 33.87% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED3DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED3DE is #412C21. Grayscale: #CDCDCD. Windows color (decimal): -4271138 or 14603198. OLE color: 14603198.

HSL color Cylindrical-coordinate representation of color #BED3DE: hue angle of 200.62º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BED3DE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 211 222 -
CMYK 0.14 0.05 0 0.13
HSL 200.63º 0.33% 0.81% -
HSV(B) 200.63º 0.14% 0.87% -
XYZ 57.71 62.81 78.19 -
YUV 205.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 190 211 222 0.14 0.05 0 0.13 200.63 0.33 0.81
Hex BE D3 DE E 5 0 D C9 21 51
Octal 276 323 336 16 5 0 15 311 41 121
Binary 10111110 11010011 11011110 1110 101 0 1101 11001001 100001 1010001

Color Harmonies of #BED3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3DE

Black with #BED3DE

Text Example


Text Example

White with #BED3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3DE; }

 p { color: rgb(190,211,222); }

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

background-color css

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

 a { background-color: rgb(190,211,222); }

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

border-color css

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

 span { border-color: rgb(190,211,222); }

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