Html Css Color HEX #BED5EA Tropical Blue

📋 copy color: '#BED5EA'

red 190 ◦ green 213 ◦ blue 234

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

Shades of Tropical Blue #BED5EA

Tints of Tropical Blue #BED5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.73%

R = 29.83%
G = 33.44%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED5EA (or 0xBED5EA) is known color: Tropical Blue. HEX triplet: BE, D5 and EA. RGB value is (190,213,234). Sum of RGB (Red+Green+Blue) = 190+213+234=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5EA is #412A15. Grayscale: #D0D0D0. Windows color (decimal): -4270614 or 15390142. OLE color: 15390142.

HSL color Cylindrical-coordinate representation of color #BED5EA: hue angle of 208.64º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED5EA is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 213 234 -
CMYK 0.19 0.09 0 0.08
HSL 208.64º 0.51% 0.83% -
HSV(B) 208.64º 0.19% 0.92% -
XYZ 59.88 64.48 87.13 -
YUV 208.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 190 213 234 0.19 0.09 0 0.08 208.64 0.51 0.83
Hex BE D5 EA 13 9 0 8 D1 33 53
Octal 276 325 352 23 11 0 10 321 63 123
Binary 10111110 11010101 11101010 10011 1001 0 1000 11010001 110011 1010011

Color Harmonies of #BED5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5EA

Black with #BED5EA

Text Example


Text Example

White with #BED5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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