Html Css Color HEX #BED7EA Pale Cornflower Blue

📋 copy color: '#BED7EA'

red 190 ◦ green 215 ◦ blue 234

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

Shades of Pale Cornflower Blue #BED7EA

Tints of Pale Cornflower Blue #BED7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.62%

R = 29.73%
G = 33.65%
B = 36.62%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BED7EA (or 0xBED7EA) is known color: Pale Cornflower Blue. HEX triplet: BE, D7 and EA. RGB value is (190,215,234). Sum of RGB (Red+Green+Blue) = 190+215+234=639 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.73% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #BED7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED7EA is #412815. Grayscale: #D1D1D1. Windows color (decimal): -4270102 or 15390654. OLE color: 15390654.

HSL color Cylindrical-coordinate representation of color #BED7EA: hue angle of 205.91º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BED7EA is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 215 234 -
CMYK 0.19 0.08 0 0.08
HSL 205.91º 0.51% 0.83% -
HSV(B) 205.91º 0.19% 0.92% -
XYZ 60.39 65.49 87.3 -
YUV 209.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 190 215 234 0.19 0.08 0 0.08 205.91 0.51 0.83
Hex BE D7 EA 13 8 0 8 CE 33 53
Octal 276 327 352 23 10 0 10 316 63 123
Binary 10111110 11010111 11101010 10011 1000 0 1000 11001110 110011 1010011

Color Harmonies of #BED7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED7EA

Black with #BED7EA

Text Example


Text Example

White with #BED7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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