Html Css Color HEX #BED6F3 Pale Cornflower Blue

📋 copy color: '#BED6F3'

red 190 ◦ green 214 ◦ blue 243

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

Shades of Pale Cornflower Blue #BED6F3

Tints of Pale Cornflower Blue #BED6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 37.56%

R = 29.37%
G = 33.08%
B = 37.56%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BED6F3 (or 0xBED6F3) is known color: Pale Cornflower Blue. HEX triplet: BE, D6 and F3. RGB value is (190,214,243). Sum of RGB (Red+Green+Blue) = 190+214+243=647 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.37% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #BED6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6F3 is #41290C. Grayscale: #D1D1D1. Windows color (decimal): -4270349 or 15980222. OLE color: 15980222.

HSL color Cylindrical-coordinate representation of color #BED6F3: hue angle of 212.83º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BED6F3 is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 214 243 -
CMYK 0.22 0.12 0 0.05
HSL 212.83º 0.69% 0.85% -
HSV(B) 212.83º 0.22% 0.95% -
XYZ 61.46 65.51 94.2 -
YUV 210.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 190 214 243 0.22 0.12 0 0.05 212.83 0.69 0.85
Hex BE D6 F3 16 C 0 5 D5 45 55
Octal 276 326 363 26 14 0 5 325 105 125
Binary 10111110 11010110 11110011 10110 1100 0 101 11010101 1000101 1010101

Color Harmonies of #BED6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6F3

Black with #BED6F3

Text Example


Text Example

White with #BED6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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