Html Css Color HEX #BED4E7 Tropical Blue

📋 copy color: '#BED4E7'

red 190 ◦ green 212 ◦ blue 231

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

Shades of Tropical Blue #BED4E7

Tints of Tropical Blue #BED4E7

RGB

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

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

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

R = 30.02%
G = 33.49%
B = 36.49%

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

#BED4E7 (or 0xBED4E7) is known color: Tropical Blue. HEX triplet: BE, D4 and E7. RGB value is (190,212,231). Sum of RGB (Red+Green+Blue) = 190+212+231=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 231 (90.62% from 255 or 36.49% from 633); Max value from RGB is 231 - color contains mainly: blue. Hex color #BED4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED4E7 is #412B18. Grayscale: #CFCFCF. Windows color (decimal): -4270873 or 15193278. OLE color: 15193278.

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

Color convert

RGB 190 212 231 -
CMYK 0.18 0.08 0 0.09
HSL 207.8º 0.46% 0.83% -
HSV(B) 207.8º 0.18% 0.91% -
XYZ 59.2 63.8 84.8 -
YUV 207.59 141.21 115.46 -
System Red Green Blue C M Y K H S L
Decimal 190 212 231 0.18 0.08 0 0.09 207.8 0.46 0.83
Hex BE D4 E7 12 8 0 9 D0 2E 53
Octal 276 324 347 22 10 0 11 320 56 123
Binary 10111110 11010100 11100111 10010 1000 0 1001 11010000 101110 1010011

Color Harmonies of #BED4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED4E7

Black with #BED4E7

Text Example


Text Example

White with #BED4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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