#BED7FE

Color #BED7FE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #BED7FE

Tints of Hawkes Blue #BED7FE

Color information

#BED7FE (or 0xBED7FE) is unknown color: approx Hawkes Blue. HEX triplet: BE, D7 and FE. RGB value is (190,215,254). Sum of RGB (Red+Green+Blue) = 190+215+254=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BED7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7FE is #412801. Grayscale: #D3D3D3. Windows color (decimal): -4270082 or 16701374. OLE color: 16701374.

HSL color Cylindrical-coordinate representation of color #BED7FE: hue angle of 216.56º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED7FE is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB190215254-
CMYK0.250.1500.00
HSL216.56º96.97%87.06%-
HSV(B)216.56º25.2%99.61%-
XYZ63.4366.7103.3-
YUV211.97151.72112.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 28.83%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=28.83%
G=32.63%
B=38.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1902152540.250.1500.00216.5696.9787.06
HexBED7FE19F00d96157
Octal276327376311700331141127
Binary101111101101011111111110110011111001101100111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED7FE; }

 p { color: rgb(190,215,254); }

 H1.HeaderClassName
 {
   color: #BED7FE;
 }
 .AnyTagClassName
 {
   color: #BED7FE;
 }
</style>
background-color css

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

 a { background-color: rgb(190,215,254); }

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

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

 span { border-color: rgb(190,215,254); }

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