Html Css Color HEX #BED3E7 Tropical Blue

📋 copy color: '#BED3E7'

red 190 ◦ green 211 ◦ blue 231

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

Shades of Tropical Blue #BED3E7

Tints of Tropical Blue #BED3E7

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.39%

 BLUE value IS 231 (90.63% from 255) = 36.55%

R = 30.06%
G = 33.39%
B = 36.55%

CMYK

 C value IS 0.18

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED3E7 (or 0xBED3E7) is known color: Tropical Blue. HEX triplet: BE, D3 and E7. RGB value is (190,211,231). Sum of RGB (Red+Green+Blue) = 190+211+231=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED3E7 is #412C18. Grayscale: #CECECE. Windows color (decimal): -4271129 or 15193022. OLE color: 15193022.

HSL color Cylindrical-coordinate representation of color #BED3E7: hue angle of 209.27º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BED3E7 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 211 231 -
CMYK 0.18 0.09 0 0.09
HSL 209.27º 0.46% 0.83% -
HSV(B) 209.27º 0.18% 0.91% -
XYZ 58.95 63.31 84.71 -
YUV 207 141.54 115.87 -
System Red Green Blue C M Y K H S L
Decimal 190 211 231 0.18 0.09 0 0.09 209.27 0.46 0.83
Hex BE D3 E7 12 9 0 9 D1 2E 53
Octal 276 323 347 22 11 0 11 321 56 123
Binary 10111110 11010011 11100111 10010 1001 0 1001 11010001 101110 1010011

Color Harmonies of #BED3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED3E7

Black with #BED3E7

Text Example


Text Example

White with #BED3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED3E7; }

 p { color: rgb(190,211,231); }

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

background-color css

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

 a { background-color: rgb(190,211,231); }

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

border-color css

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

 span { border-color: rgb(190,211,231); }

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