Html Css Color HEX #BEC6ED Periwinkle

📋 copy color: '#BEC6ED'

red 190 ◦ green 198 ◦ blue 237

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

Shades of Periwinkle #BEC6ED

Tints of Periwinkle #BEC6ED

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.68%

 BLUE value IS 237 (92.97% from 255) = 37.92%

R = 30.4%
G = 31.68%
B = 37.92%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC6ED (or 0xBEC6ED) is known color: Periwinkle. HEX triplet: BE, C6 and ED. RGB value is (190,198,237). Sum of RGB (Red+Green+Blue) = 190+198+237=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6ED is #413912. Grayscale: #C7C7C7. Windows color (decimal): -4274451 or 15582910. OLE color: 15582910.

HSL color Cylindrical-coordinate representation of color #BEC6ED: hue angle of 229.79º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC6ED is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 198 237 -
CMYK 0.20 0.16 0 0.07
HSL 229.79º 0.57% 0.84% -
HSV(B) 229.79º 0.2% 0.93% -
XYZ 56.72 57.45 88.22 -
YUV 200.05 148.85 120.83 -
System Red Green Blue C M Y K H S L
Decimal 190 198 237 0.20 0.16 0 0.07 229.79 0.57 0.84
Hex BE C6 ED 14 10 0 7 E6 39 54
Octal 276 306 355 24 20 0 7 346 71 124
Binary 10111110 11000110 11101101 10100 10000 0 111 11100110 111001 1010100

Color Harmonies of #BEC6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6ED

Black with #BEC6ED

Text Example


Text Example

White with #BEC6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6ED; }

 p { color: rgb(190,198,237); }

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

background-color css

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

 a { background-color: rgb(190,198,237); }

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

border-color css

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

 span { border-color: rgb(190,198,237); }

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