Html Css Color HEX #BED7DF Light Blue

📋 copy color: '#BED7DF'

red 190 ◦ green 215 ◦ blue 223

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

Shades of Light Blue #BED7DF

Tints of Light Blue #BED7DF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.24%

 BLUE value IS 223 (87.5% from 255) = 35.51%

R = 30.25%
G = 34.24%
B = 35.51%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED7DF (or 0xBED7DF) is known color: Light Blue. HEX triplet: BE, D7 and DF. RGB value is (190,215,223). Sum of RGB (Red+Green+Blue) = 190+215+223=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED7DF is #412820. Grayscale: #D0D0D0. Windows color (decimal): -4270113 or 14669758. OLE color: 14669758.

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

Color convert

RGB 190 215 223 -
CMYK 0.15 0.04 0 0.13
HSL 194.55º 0.34% 0.81% -
HSV(B) 194.55º 0.15% 0.87% -
XYZ 58.85 64.88 79.23 -
YUV 208.44 136.22 114.85 -
System Red Green Blue C M Y K H S L
Decimal 190 215 223 0.15 0.04 0 0.13 194.55 0.34 0.81
Hex BE D7 DF F 4 0 D C3 22 51
Octal 276 327 337 17 4 0 15 303 42 121
Binary 10111110 11010111 11011111 1111 100 0 1101 11000011 100010 1010001

Color Harmonies of #BED7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7DF

Black with #BED7DF

Text Example


Text Example

White with #BED7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7DF; }

 p { color: rgb(190,215,223); }

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

background-color css

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

 a { background-color: rgb(190,215,223); }

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

border-color css

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

 span { border-color: rgb(190,215,223); }

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