Html Css Color HEX #BED8F0 Pale Cornflower Blue

📋 copy color: '#BED8F0'

red 190 ◦ green 216 ◦ blue 240

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

Shades of Pale Cornflower Blue #BED8F0

Tints of Pale Cornflower Blue #BED8F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.15%

R = 29.41%
G = 33.44%
B = 37.15%

CMYK

 C value IS 0.21

 M value IS 0.1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BED8F0 (or 0xBED8F0) is known color: Pale Cornflower Blue. HEX triplet: BE, D8 and F0. RGB value is (190,216,240). Sum of RGB (Red+Green+Blue) = 190+216+240=646 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.41% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 240 (94.14% from 255 or 37.15% from 646); Max value from RGB is 240 - color contains mainly: blue. Hex color #BED8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED8F0 is #41270F. Grayscale: #D2D2D2. Windows color (decimal): -4269840 or 15784126. OLE color: 15784126.

HSL color Cylindrical-coordinate representation of color #BED8F0: hue angle of 208.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BED8F0 is Cyan = 0.21, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 216 240 -
CMYK 0.21 0.1 0 0.06
HSL 208.8º 0.63% 0.84% -
HSV(B) 208.8º 0.21% 0.94% -
XYZ 61.52 66.35 92 -
YUV 210.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 190 216 240 0.21 0.1 0 0.06 208.8 0.63 0.84
Hex BE D8 F0 15 A 0 6 D1 3E 54
Octal 276 330 360 25 12 0 6 321 76 124
Binary 10111110 11011000 11110000 10101 1010 0 110 11010001 111110 1010100

Color Harmonies of #BED8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED8F0

Black with #BED8F0

Text Example


Text Example

White with #BED8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED8F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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