Html Css Color HEX #BED9F5 Pale Cornflower Blue

📋 copy color: '#BED9F5'

red 190 ◦ green 217 ◦ blue 245

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

Shades of Pale Cornflower Blue #BED9F5

Tints of Pale Cornflower Blue #BED9F5

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.28%

 BLUE value IS 245 (96.09% from 255) = 37.58%

R = 29.14%
G = 33.28%
B = 37.58%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BED9F5 (or 0xBED9F5) is known color: Pale Cornflower Blue. HEX triplet: BE, D9 and F5. RGB value is (190,217,245). Sum of RGB (Red+Green+Blue) = 190+217+245=652 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.14% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 245 (96.09% from 255 or 37.58% from 652); Max value from RGB is 245 - color contains mainly: blue. Hex color #BED9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9F5 is #41260A. Grayscale: #D3D3D3. Windows color (decimal): -4269579 or 16112062. OLE color: 16112062.

HSL color Cylindrical-coordinate representation of color #BED9F5: hue angle of 210.55º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED9F5 is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 217 245 -
CMYK 0.22 0.11 0 0.04
HSL 210.55º 0.73% 0.85% -
HSV(B) 210.55º 0.22% 0.96% -
XYZ 62.53 67.17 96.05 -
YUV 212.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 190 217 245 0.22 0.11 0 0.04 210.55 0.73 0.85
Hex BE D9 F5 16 B 0 4 D3 49 55
Octal 276 331 365 26 13 0 4 323 111 125
Binary 10111110 11011001 11110101 10110 1011 0 100 11010011 1001001 1010101

Color Harmonies of #BED9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9F5

Black with #BED9F5

Text Example


Text Example

White with #BED9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9F5; }

 p { color: rgb(190,217,245); }

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

background-color css

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

 a { background-color: rgb(190,217,245); }

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

border-color css

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

 span { border-color: rgb(190,217,245); }

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