Html Css Color HEX #BED7F4 Pale Cornflower Blue

📋 copy color: '#BED7F4'

red 190 ◦ green 215 ◦ blue 244

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

Shades of Pale Cornflower Blue #BED7F4

Tints of Pale Cornflower Blue #BED7F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 37.6%

R = 29.28%
G = 33.13%
B = 37.6%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BED7F4 (or 0xBED7F4) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and F4. RGB value is (190,215,244). Sum of RGB (Red+Green+Blue) = 190+215+244=649 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.28% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #BED7F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7F4 is #41280B. Grayscale: #D2D2D2. Windows color (decimal): -4270092 or 16046014. OLE color: 16046014.

HSL color Cylindrical-coordinate representation of color #BED7F4: hue angle of 212.22º degrees, saturation: 0.71, 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 #BED7F4 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 215 244 -
CMYK 0.22 0.12 0 0.04
HSL 212.22º 0.71% 0.85% -
HSV(B) 212.22º 0.22% 0.96% -
XYZ 61.86 66.08 95.08 -
YUV 210.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 190 215 244 0.22 0.12 0 0.04 212.22 0.71 0.85
Hex BE D7 F4 16 C 0 4 D4 47 55
Octal 276 327 364 26 14 0 4 324 107 125
Binary 10111110 11010111 11110100 10110 1100 0 100 11010100 1000111 1010101

Color Harmonies of #BED7F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7F4

Black with #BED7F4

Text Example


Text Example

White with #BED7F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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