Html Css Color HEX #BED6DD Light Blue

📋 copy color: '#BED6DD'

red 190 ◦ green 214 ◦ blue 221

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

Shades of Light Blue #BED6DD

Tints of Light Blue #BED6DD

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.24%

 BLUE value IS 221 (86.72% from 255) = 35.36%

R = 30.4%
G = 34.24%
B = 35.36%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED6DD (or 0xBED6DD) is known color: Light Blue. HEX triplet: BE, D6 and DD. RGB value is (190,214,221). Sum of RGB (Red+Green+Blue) = 190+214+221=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 214 (83.98% from 255 or 34.24% from 625); Blue value is 221 (86.72% from 255 or 35.36% from 625); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED6DD is #412922. Grayscale: #CFCFCF. Windows color (decimal): -4270371 or 14538430. OLE color: 14538430.

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

Color convert

RGB 190 214 221 -
CMYK 0.14 0.03 0 0.13
HSL 193.55º 0.31% 0.81% -
HSV(B) 193.55º 0.14% 0.87% -
XYZ 58.33 64.26 77.74 -
YUV 207.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 190 214 221 0.14 0.03 0 0.13 193.55 0.31 0.81
Hex BE D6 DD E 3 0 D C2 1F 51
Octal 276 326 335 16 3 0 15 302 37 121
Binary 10111110 11010110 11011101 1110 11 0 1101 11000010 11111 1010001

Color Harmonies of #BED6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6DD

Black with #BED6DD

Text Example


Text Example

White with #BED6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6DD; }

 p { color: rgb(190,214,221); }

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

background-color css

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

 a { background-color: rgb(190,214,221); }

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

border-color css

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

 span { border-color: rgb(190,214,221); }

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