Html Css Color HEX #BED8ED Pale Cornflower Blue

📋 copy color: '#BED8ED'

red 190 ◦ green 216 ◦ blue 237

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

Shades of Pale Cornflower Blue #BED8ED

Tints of Pale Cornflower Blue #BED8ED

RGB

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

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

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

R = 29.55%
G = 33.59%
B = 36.86%

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

#BED8ED (or 0xBED8ED) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and ED. RGB value is (190,216,237). Sum of RGB (Red+Green+Blue) = 190+216+237=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8ED is #412712. Grayscale: #D2D2D2. Windows color (decimal): -4269843 or 15587518. OLE color: 15587518.

HSL color Cylindrical-coordinate representation of color #BED8ED: hue angle of 206.81º 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 #BED8ED is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 216 237 -
CMYK 0.20 0.09 0 0.07
HSL 206.81º 0.57% 0.84% -
HSV(B) 206.81º 0.2% 0.93% -
XYZ 61.08 66.17 89.67 -
YUV 210.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 190 216 237 0.20 0.09 0 0.07 206.81 0.57 0.84
Hex BE D8 ED 14 9 0 7 CF 39 54
Octal 276 330 355 24 11 0 7 317 71 124
Binary 10111110 11011000 11101101 10100 1001 0 111 11001111 111001 1010100

Color Harmonies of #BED8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8ED

Black with #BED8ED

Text Example


Text Example

White with #BED8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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