Html Css Color HEX #BED9F1 Pale Cornflower Blue

📋 copy color: '#BED9F1'

red 190 ◦ green 217 ◦ blue 241

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

Shades of Pale Cornflower Blue #BED9F1

Tints of Pale Cornflower Blue #BED9F1

RGB

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

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

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

R = 29.32%
G = 33.49%
B = 37.19%

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

#BED9F1 (or 0xBED9F1) is known color: Pale Cornflower Blue. HEX triplet: BE, D9 and F1. RGB value is (190,217,241). Sum of RGB (Red+Green+Blue) = 190+217+241=648 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.32% from 648); Green value is 217 (85.16% from 255 or 33.49% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #BED9F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9F1 is #41260E. Grayscale: #D3D3D3. Windows color (decimal): -4269583 or 15849918. OLE color: 15849918.

HSL color Cylindrical-coordinate representation of color #BED9F1: hue angle of 208.24º 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 #BED9F1 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 217 241 -
CMYK 0.21 0.10 0 0.05
HSL 208.24º 0.65% 0.85% -
HSV(B) 208.24º 0.21% 0.95% -
XYZ 61.93 66.92 92.87 -
YUV 211.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 190 217 241 0.21 0.10 0 0.05 208.24 0.65 0.85
Hex BE D9 F1 15 A 0 5 D0 41 55
Octal 276 331 361 25 12 0 5 320 101 125
Binary 10111110 11011001 11110001 10101 1010 0 101 11010000 1000001 1010101

Color Harmonies of #BED9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9F1

Black with #BED9F1

Text Example


Text Example

White with #BED9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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