Html Css Color HEX #BED8EE Pale Cornflower Blue

📋 copy color: '#BED8EE'

red 190 ◦ green 216 ◦ blue 238

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

Shades of Pale Cornflower Blue #BED8EE

Tints of Pale Cornflower Blue #BED8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 29.5%
G = 33.54%
B = 36.96%

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

#BED8EE (or 0xBED8EE) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and EE. RGB value is (190,216,238). Sum of RGB (Red+Green+Blue) = 190+216+238=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8EE is #412711. Grayscale: #D2D2D2. Windows color (decimal): -4269842 or 15653054. OLE color: 15653054.

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

Color convert

RGB 190 216 238 -
CMYK 0.20 0.09 0 0.07
HSL 207.5º 0.59% 0.84% -
HSV(B) 207.5º 0.2% 0.93% -
XYZ 61.22 66.23 90.45 -
YUV 210.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 190 216 238 0.20 0.09 0 0.07 207.5 0.59 0.84
Hex BE D8 EE 14 9 0 7 D0 3B 54
Octal 276 330 356 24 11 0 7 320 73 124
Binary 10111110 11011000 11101110 10100 1001 0 111 11010000 111011 1010100

Color Harmonies of #BED8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8EE

Black with #BED8EE

Text Example


Text Example

White with #BED8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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