Html Css Color HEX #BED4EA Tropical Blue

📋 copy color: '#BED4EA'

red 190 ◦ green 212 ◦ blue 234

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

Shades of Tropical Blue #BED4EA

Tints of Tropical Blue #BED4EA

RGB

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

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

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

R = 29.87%
G = 33.33%
B = 36.79%

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

#BED4EA (or 0xBED4EA) is known color: Tropical Blue. HEX triplet: BE, D4 and EA. RGB value is (190,212,234). Sum of RGB (Red+Green+Blue) = 190+212+234=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 212 (83.20% from 255 or 33.33% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4EA is #412B15. Grayscale: #CFCFCF. Windows color (decimal): -4270870 or 15389886. OLE color: 15389886.

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

Color convert

RGB 190 212 234 -
CMYK 0.19 0.09 0 0.08
HSL 210º 0.51% 0.83% -
HSV(B) 210º 0.19% 0.92% -
XYZ 59.63 63.97 87.05 -
YUV 207.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 190 212 234 0.19 0.09 0 0.08 210 0.51 0.83
Hex BE D4 EA 13 9 0 8 D2 33 53
Octal 276 324 352 23 11 0 10 322 63 123
Binary 10111110 11010100 11101010 10011 1001 0 1000 11010010 110011 1010011

Color Harmonies of #BED4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4EA

Black with #BED4EA

Text Example


Text Example

White with #BED4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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