Html Css Color HEX #BED7ED Pale Cornflower Blue

📋 copy color: '#BED7ED'

red 190 ◦ green 215 ◦ blue 237

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

Shades of Pale Cornflower Blue #BED7ED

Tints of Pale Cornflower Blue #BED7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 29.6%
G = 33.49%
B = 36.92%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED7ED (or 0xBED7ED) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and ED. RGB value is (190,215,237). Sum of RGB (Red+Green+Blue) = 190+215+237=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7ED is #412812. Grayscale: #D1D1D1. Windows color (decimal): -4270099 or 15587262. OLE color: 15587262.

HSL color Cylindrical-coordinate representation of color #BED7ED: hue angle of 208.09º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED7ED is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 215 237 -
CMYK 0.20 0.09 0 0.07
HSL 208.09º 0.57% 0.84% -
HSV(B) 208.09º 0.2% 0.93% -
XYZ 60.82 65.66 89.59 -
YUV 210.03 143.22 113.71 -
System Red Green Blue C M Y K H S L
Decimal 190 215 237 0.20 0.09 0 0.07 208.09 0.57 0.84
Hex BE D7 ED 14 9 0 7 D0 39 54
Octal 276 327 355 24 11 0 7 320 71 124
Binary 10111110 11010111 11101101 10100 1001 0 111 11010000 111001 1010100

Color Harmonies of #BED7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7ED

Black with #BED7ED

Text Example


Text Example

White with #BED7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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