Html Css Color HEX #BED7FF Hawkes Blue

📋 copy color: '#BED7FF'

red 190 ◦ green 215 ◦ blue 255

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

Shades of Hawkes Blue #BED7FF

Tints of Hawkes Blue #BED7FF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.58%

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

R = 28.79%
G = 32.58%
B = 38.64%

CMYK

 C value IS 0.25

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED7FF (or 0xBED7FF) is known color: Hawkes Blue. HEX triplet: BE, D7 and FF. RGB value is (190,215,255). Sum of RGB (Red+Green+Blue) = 190+215+255=660 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.79% from 660); Green value is 215 (84.38% from 255 or 32.58% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7FF is #412800. Grayscale: #D3D3D3. Windows color (decimal): -4270081 or 16766910. OLE color: 16766910.

HSL color Cylindrical-coordinate representation of color #BED7FF: hue angle of 216.92º 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 #BED7FF is Cyan = 0.25, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 215 255 -
CMYK 0.25 0.16 0 0
HSL 216.92º 1% 0.87% -
HSV(B) 216.92º 0.25% 1% -
XYZ 63.59 66.77 104.14 -
YUV 212.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 190 215 255 0.25 0.16 0 0 216.92 1 0.87
Hex BE D7 FF 19 10 0 0 D9 64 57
Octal 276 327 377 31 20 0 0 331 144 127
Binary 10111110 11010111 11111111 11001 10000 0 0 11011001 1100100 1010111

Color Harmonies of #BED7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7FF

Black with #BED7FF

Text Example


Text Example

White with #BED7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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