Html Css Color HEX #BED5DD Light Blue

📋 copy color: '#BED5DD'

red 190 ◦ green 213 ◦ blue 221

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

Shades of Light Blue #BED5DD

Tints of Light Blue #BED5DD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.13%

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

R = 30.45%
G = 34.13%
B = 35.42%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED5DD (or 0xBED5DD) is known color: Light Blue. HEX triplet: BE, D5 and DD. RGB value is (190,213,221). Sum of RGB (Red+Green+Blue) = 190+213+221=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 213 (83.59% from 255 or 34.13% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 221 - color contains mainly: blue. Hex color #BED5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED5DD is #412A22. Grayscale: #CECECE. Windows color (decimal): -4270627 or 14538174. OLE color: 14538174.

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

Color convert

RGB 190 213 221 -
CMYK 0.14 0.04 0 0.13
HSL 195.48º 0.31% 0.81% -
HSV(B) 195.48º 0.14% 0.87% -
XYZ 58.08 63.76 77.65 -
YUV 207.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 190 213 221 0.14 0.04 0 0.13 195.48 0.31 0.81
Hex BE D5 DD E 4 0 D C3 1F 51
Octal 276 325 335 16 4 0 15 303 37 121
Binary 10111110 11010101 11011101 1110 100 0 1101 11000011 11111 1010001

Color Harmonies of #BED5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5DD

Black with #BED5DD

Text Example


Text Example

White with #BED5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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