Html Css Color HEX #BEC6EF Periwinkle

📋 copy color: '#BEC6EF'

red 190 ◦ green 198 ◦ blue 239

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

Shades of Periwinkle #BEC6EF

Tints of Periwinkle #BEC6EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.12%

R = 30.3%
G = 31.58%
B = 38.12%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEC6EF (or 0xBEC6EF) is known color: Periwinkle. HEX triplet: BE, C6 and EF. RGB value is (190,198,239). Sum of RGB (Red+Green+Blue) = 190+198+239=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 198 (77.73% from 255 or 31.58% from 627); Blue value is 239 (93.75% from 255 or 38.12% from 627); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6EF is #413910. Grayscale: #C8C8C8. Windows color (decimal): -4274449 or 15713982. OLE color: 15713982.

HSL color Cylindrical-coordinate representation of color #BEC6EF: hue angle of 230.2º degrees, saturation: 0.6, 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 #BEC6EF is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 198 239 -
CMYK 0.21 0.17 0 0.06
HSL 230.2º 0.6% 0.84% -
HSV(B) 230.2º 0.21% 0.94% -
XYZ 57.01 57.57 89.77 -
YUV 200.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 190 198 239 0.21 0.17 0 0.06 230.2 0.6 0.84
Hex BE C6 EF 15 11 0 6 E6 3C 54
Octal 276 306 357 25 21 0 6 346 74 124
Binary 10111110 11000110 11101111 10101 10001 0 110 11100110 111100 1010100

Color Harmonies of #BEC6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6EF

Black with #BEC6EF

Text Example


Text Example

White with #BEC6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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