Html Css Color HEX #BED6FF Hawkes Blue

📋 copy color: '#BED6FF'

red 190 ◦ green 214 ◦ blue 255

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

Shades of Hawkes Blue #BED6FF

Tints of Hawkes Blue #BED6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.47%

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

R = 28.83%
G = 32.47%
B = 38.69%

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

#BED6FF (or 0xBED6FF) is known color: Hawkes Blue. HEX triplet: BE, D6 and FF. RGB value is (190,214,255). Sum of RGB (Red+Green+Blue) = 190+214+255=659 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.83% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED6FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6FF is #412900. Grayscale: #D3D3D3. Windows color (decimal): -4270337 or 16766654. OLE color: 16766654.

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

Color convert

RGB 190 214 255 -
CMYK 0.25 0.16 0 0
HSL 217.85º 1% 0.87% -
HSV(B) 217.85º 0.25% 1% -
XYZ 63.33 66.26 104.06 -
YUV 211.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 190 214 255 0.25 0.16 0 0 217.85 1 0.87
Hex BE D6 FF 19 10 0 0 DA 64 57
Octal 276 326 377 31 20 0 0 332 144 127
Binary 10111110 11010110 11111111 11001 10000 0 0 11011010 1100100 1010111

Color Harmonies of #BED6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6FF

Black with #BED6FF

Text Example


Text Example

White with #BED6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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