Html Css Color HEX #BED9ED Pale Cornflower Blue

📋 copy color: '#BED9ED'

red 190 ◦ green 217 ◦ blue 237

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

Shades of Pale Cornflower Blue #BED9ED

Tints of Pale Cornflower Blue #BED9ED

RGB

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

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

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

R = 29.5%
G = 33.7%
B = 36.8%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BED9ED (or 0xBED9ED) is known color: Pale Cornflower Blue. HEX triplet: BE, D9 and ED. RGB value is (190,217,237). Sum of RGB (Red+Green+Blue) = 190+217+237=644 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.50% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 237 - color contains mainly: blue. Hex color #BED9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9ED is #412612. Grayscale: #D3D3D3. Windows color (decimal): -4269587 or 15587774. OLE color: 15587774.

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

Color convert

RGB 190 217 237 -
CMYK 0.20 0.08 0 0.07
HSL 205.53º 0.57% 0.84% -
HSV(B) 205.53º 0.2% 0.93% -
XYZ 61.33 66.69 89.76 -
YUV 211.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 190 217 237 0.20 0.08 0 0.07 205.53 0.57 0.84
Hex BE D9 ED 14 8 0 7 CE 39 54
Octal 276 331 355 24 10 0 7 316 71 124
Binary 10111110 11011001 11101101 10100 1000 0 111 11001110 111001 1010100

Color Harmonies of #BED9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9ED

Black with #BED9ED

Text Example


Text Example

White with #BED9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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