Html Css Color HEX #BED7F0 Pale Cornflower Blue

📋 copy color: '#BED7F0'

red 190 ◦ green 215 ◦ blue 240

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

Shades of Pale Cornflower Blue #BED7F0

Tints of Pale Cornflower Blue #BED7F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.21%

R = 29.46%
G = 33.33%
B = 37.21%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED7F0 (or 0xBED7F0) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and F0. RGB value is (190,215,240). Sum of RGB (Red+Green+Blue) = 190+215+240=645 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.46% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7F0 is #41280F. Grayscale: #D2D2D2. Windows color (decimal): -4270096 or 15783870. OLE color: 15783870.

HSL color Cylindrical-coordinate representation of color #BED7F0: hue angle of 210º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED7F0 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 215 240 -
CMYK 0.21 0.10 0 0.06
HSL 210º 0.63% 0.84% -
HSV(B) 210º 0.21% 0.94% -
XYZ 61.26 65.84 91.92 -
YUV 210.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 190 215 240 0.21 0.10 0 0.06 210 0.63 0.84
Hex BE D7 F0 15 A 0 6 D2 3E 54
Octal 276 327 360 25 12 0 6 322 76 124
Binary 10111110 11010111 11110000 10101 1010 0 110 11010010 111110 1010100

Color Harmonies of #BED7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7F0

Black with #BED7F0

Text Example


Text Example

White with #BED7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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