Html Css Color HEX #BED5E8 Tropical Blue

📋 copy color: '#BED5E8'

red 190 ◦ green 213 ◦ blue 232

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

Shades of Tropical Blue #BED5E8

Tints of Tropical Blue #BED5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.54%

R = 29.92%
G = 33.54%
B = 36.54%

CMYK

 C value IS 0.18

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BED5E8 (or 0xBED5E8) is known color: Tropical Blue. HEX triplet: BE, D5 and E8. RGB value is (190,213,232). Sum of RGB (Red+Green+Blue) = 190+213+232=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 232 (91.02% from 255 or 36.54% from 635); Max value from RGB is 232 - color contains mainly: blue. Hex color #BED5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED5E8 is #412A17. Grayscale: #D0D0D0. Windows color (decimal): -4270616 or 15259070. OLE color: 15259070.

HSL color Cylindrical-coordinate representation of color #BED5E8: hue angle of 207.14º degrees, saturation: 0.48, 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 #BED5E8 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 213 232 -
CMYK 0.18 0.08 0 0.09
HSL 207.14º 0.48% 0.83% -
HSV(B) 207.14º 0.18% 0.91% -
XYZ 59.59 64.36 85.63 -
YUV 208.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 190 213 232 0.18 0.08 0 0.09 207.14 0.48 0.83
Hex BE D5 E8 12 8 0 9 CF 30 53
Octal 276 325 350 22 10 0 11 317 60 123
Binary 10111110 11010101 11101000 10010 1000 0 1001 11001111 110000 1010011

Color Harmonies of #BED5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED5E8

Black with #BED5E8

Text Example


Text Example

White with #BED5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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