Html Css Color HEX #BED4DF Light Blue

📋 copy color: '#BED4DF'

red 190 ◦ green 212 ◦ blue 223

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

Shades of Light Blue #BED4DF

Tints of Light Blue #BED4DF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.92%

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

R = 30.4%
G = 33.92%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BED4DF (or 0xBED4DF) is known color: Light Blue. HEX triplet: BE, D4 and DF. RGB value is (190,212,223). Sum of RGB (Red+Green+Blue) = 190+212+223=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 212 (83.20% from 255 or 33.92% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #BED4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED4DF is #412B20. Grayscale: #CECECE. Windows color (decimal): -4270881 or 14668990. OLE color: 14668990.

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

Color convert

RGB 190 212 223 -
CMYK 0.15 0.05 0 0.13
HSL 200º 0.34% 0.81% -
HSV(B) 200º 0.15% 0.87% -
XYZ 58.1 63.36 78.98 -
YUV 206.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 190 212 223 0.15 0.05 0 0.13 200 0.34 0.81
Hex BE D4 DF F 5 0 D C8 22 51
Octal 276 324 337 17 5 0 15 310 42 121
Binary 10111110 11010100 11011111 1111 101 0 1101 11001000 100010 1010001

Color Harmonies of #BED4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4DF

Black with #BED4DF

Text Example


Text Example

White with #BED4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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