Html Css Color HEX #BED8FF Hawkes Blue

📋 copy color: '#BED8FF'

red 190 ◦ green 216 ◦ blue 255

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

Shades of Hawkes Blue #BED8FF

Tints of Hawkes Blue #BED8FF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.68%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 28.74%
G = 32.68%
B = 38.58%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED8FF (or 0xBED8FF) is known color: Hawkes Blue. HEX triplet: BE, D8 and FF. RGB value is (190,216,255). Sum of RGB (Red+Green+Blue) = 190+216+255=661 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.74% from 661); Green value is 216 (84.77% from 255 or 32.68% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8FF is #412700. Grayscale: #D4D4D4. Windows color (decimal): -4269825 or 16767166. OLE color: 16767166.

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

Color convert

RGB 190 216 255 -
CMYK 0.25 0.15 0 0
HSL 216º 1% 0.87% -
HSV(B) 216º 0.25% 1% -
XYZ 63.84 67.28 104.23 -
YUV 212.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 190 216 255 0.25 0.15 0 0 216 1 0.87
Hex BE D8 FF 19 F 0 0 D8 64 57
Octal 276 330 377 31 17 0 0 330 144 127
Binary 10111110 11011000 11111111 11001 1111 0 0 11011000 1100100 1010111

Color Harmonies of #BED8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8FF

Black with #BED8FF

Text Example


Text Example

White with #BED8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8FF; }

 p { color: rgb(190,216,255); }

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

background-color css

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

 a { background-color: rgb(190,216,255); }

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

border-color css

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

 span { border-color: rgb(190,216,255); }

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