Html Css Color HEX #BED6F9 Periwinkle

📋 copy color: '#BED6F9'

red 190 ◦ green 214 ◦ blue 249

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

Shades of Periwinkle #BED6F9

Tints of Periwinkle #BED6F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 38.13%

R = 29.1%
G = 32.77%
B = 38.13%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BED6F9 (or 0xBED6F9) is known color: Periwinkle. HEX triplet: BE, D6 and F9. RGB value is (190,214,249). Sum of RGB (Red+Green+Blue) = 190+214+249=653 (86% of max value = 765). Red value is 190 (74.61% from 255 or 29.10% from 653); Green value is 214 (83.98% from 255 or 32.77% from 653); Blue value is 249 (97.66% from 255 or 38.13% from 653); Max value from RGB is 249 - color contains mainly: blue. Hex color #BED6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BED6F9 is #412906. Grayscale: #D2D2D2. Windows color (decimal): -4270343 or 16373438. OLE color: 16373438.

HSL color Cylindrical-coordinate representation of color #BED6F9: hue angle of 215.59º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BED6F9 is Cyan = 0.24, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 214 249 -
CMYK 0.24 0.14 0 0.02
HSL 215.59º 0.83% 0.86% -
HSV(B) 215.59º 0.24% 0.98% -
XYZ 62.38 65.88 99.05 -
YUV 210.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 190 214 249 0.24 0.14 0 0.02 215.59 0.83 0.86
Hex BE D6 F9 18 E 0 2 D8 53 56
Octal 276 326 371 30 16 0 2 330 123 126
Binary 10111110 11010110 11111001 11000 1110 0 10 11011000 1010011 1010110

Color Harmonies of #BED6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED6F9

Black with #BED6F9

Text Example


Text Example

White with #BED6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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