Html Css Color HEX #BED9FF Pale Cornflower Blue

📋 copy color: '#BED9FF'

red 190 ◦ green 217 ◦ blue 255

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

Shades of Pale Cornflower Blue #BED9FF

Tints of Pale Cornflower Blue #BED9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.52%

R = 28.7%
G = 32.78%
B = 38.52%

CMYK

 C value IS 0.25

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BED9FF (or 0xBED9FF) is known color: Pale Cornflower Blue. HEX triplet: BE, D9 and FF. RGB value is (190,217,255). Sum of RGB (Red+Green+Blue) = 190+217+255=662 (87% of max value = 765). Red value is 190 (74.61% from 255 or 28.70% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BED9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED9FF is #412600. Grayscale: #D5D5D5. Windows color (decimal): -4269569 or 16767422. OLE color: 16767422.

HSL color Cylindrical-coordinate representation of color #BED9FF: hue angle of 215.08º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BED9FF is Cyan = 0.25, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 190 217 255 -
CMYK 0.25 0.15 0 0
HSL 215.08º 1% 0.87% -
HSV(B) 215.08º 0.25% 1% -
XYZ 64.1 67.79 104.31 -
YUV 213.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 190 217 255 0.25 0.15 0 0 215.08 1 0.87
Hex BE D9 FF 19 F 0 0 D7 64 57
Octal 276 331 377 31 17 0 0 327 144 127
Binary 10111110 11011001 11111111 11001 1111 0 0 11010111 1100100 1010111

Color Harmonies of #BED9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED9FF

Black with #BED9FF

Text Example


Text Example

White with #BED9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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