Html Css Color HEX #BED8F1 Pale Cornflower Blue

📋 copy color: '#BED8F1'

red 190 ◦ green 216 ◦ blue 241

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

Shades of Pale Cornflower Blue #BED8F1

Tints of Pale Cornflower Blue #BED8F1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.38%

 BLUE value IS 241 (94.53% from 255) = 37.25%

R = 29.37%
G = 33.38%
B = 37.25%

CMYK

 C value IS 0.21

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED8F1 (or 0xBED8F1) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and F1. RGB value is (190,216,241). Sum of RGB (Red+Green+Blue) = 190+216+241=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 216 (84.77% from 255 or 33.38% from 647); Blue value is 241 (94.53% from 255 or 37.25% from 647); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8F1 is #41270E. Grayscale: #D2D2D2. Windows color (decimal): -4269839 or 15849662. OLE color: 15849662.

HSL color Cylindrical-coordinate representation of color #BED8F1: hue angle of 209.41º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED8F1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 216 241 -
CMYK 0.21 0.10 0 0.05
HSL 209.41º 0.65% 0.85% -
HSV(B) 209.41º 0.21% 0.95% -
XYZ 61.67 66.41 92.79 -
YUV 211.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 190 216 241 0.21 0.10 0 0.05 209.41 0.65 0.85
Hex BE D8 F1 15 A 0 5 D1 41 55
Octal 276 330 361 25 12 0 5 321 101 125
Binary 10111110 11011000 11110001 10101 1010 0 101 11010001 1000001 1010101

Color Harmonies of #BED8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8F1

Black with #BED8F1

Text Example


Text Example

White with #BED8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8F1; }

 p { color: rgb(190,216,241); }

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

background-color css

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

 a { background-color: rgb(190,216,241); }

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

border-color css

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

 span { border-color: rgb(190,216,241); }

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