Html Css Color HEX #BED2DE Light Blue

📋 copy color: '#BED2DE'

red 190 ◦ green 210 ◦ blue 222

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

Shades of Light Blue #BED2DE

Tints of Light Blue #BED2DE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.76%

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

R = 30.55%
G = 33.76%
B = 35.69%

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

#BED2DE (or 0xBED2DE) is known color: Light Blue. HEX triplet: BE, D2 and DE. RGB value is (190,210,222). Sum of RGB (Red+Green+Blue) = 190+210+222=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 210 (82.42% from 255 or 33.76% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 222 - color contains mainly: blue. Hex color #BED2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2DE is #412D21. Grayscale: #CDCDCD. Windows color (decimal): -4271394 or 14602942. OLE color: 14602942.

HSL color Cylindrical-coordinate representation of color #BED2DE: hue angle of 202.5º 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 #BED2DE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 210 222 -
CMYK 0.14 0.05 0 0.13
HSL 202.5º 0.33% 0.81% -
HSV(B) 202.5º 0.14% 0.87% -
XYZ 57.47 62.31 78.11 -
YUV 205.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 190 210 222 0.14 0.05 0 0.13 202.5 0.33 0.81
Hex BE D2 DE E 5 0 D CA 21 51
Octal 276 322 336 16 5 0 15 312 41 121
Binary 10111110 11010010 11011110 1110 101 0 1101 11001010 100001 1010001

Color Harmonies of #BED2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED2DE

Black with #BED2DE

Text Example


Text Example

White with #BED2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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