Html Css Color HEX #BED6EE Pale Cornflower Blue

📋 copy color: '#BED6EE'

red 190 ◦ green 214 ◦ blue 238

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

Shades of Pale Cornflower Blue #BED6EE

Tints of Pale Cornflower Blue #BED6EE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.33%

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

R = 29.6%
G = 33.33%
B = 37.07%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED6EE (or 0xBED6EE) is known color: Pale Cornflower Blue. HEX triplet: BE, D6 and EE. RGB value is (190,214,238). Sum of RGB (Red+Green+Blue) = 190+214+238=642 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.60% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 238 (93.36% from 255 or 37.07% from 642); Max value from RGB is 238 - color contains mainly: blue. Hex color #BED6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6EE is #412911. Grayscale: #D1D1D1. Windows color (decimal): -4270354 or 15652542. OLE color: 15652542.

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

Color convert

RGB 190 214 238 -
CMYK 0.20 0.10 0 0.07
HSL 210º 0.59% 0.84% -
HSV(B) 210º 0.2% 0.93% -
XYZ 60.71 65.21 90.28 -
YUV 209.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 190 214 238 0.20 0.10 0 0.07 210 0.59 0.84
Hex BE D6 EE 14 A 0 7 D2 3B 54
Octal 276 326 356 24 12 0 7 322 73 124
Binary 10111110 11010110 11101110 10100 1010 0 111 11010010 111011 1010100

Color Harmonies of #BED6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6EE

Black with #BED6EE

Text Example


Text Example

White with #BED6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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