Html Css Color HEX #BEC6EE Periwinkle

📋 copy color: '#BEC6EE'

red 190 ◦ green 198 ◦ blue 238

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

Shades of Periwinkle #BEC6EE

Tints of Periwinkle #BEC6EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.02%

R = 30.35%
G = 31.63%
B = 38.02%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC6EE (or 0xBEC6EE) is known color: Periwinkle. HEX triplet: BE, C6 and EE. RGB value is (190,198,238). Sum of RGB (Red+Green+Blue) = 190+198+238=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 238 (93.36% from 255 or 38.02% from 626); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6EE is #413911. Grayscale: #C8C8C8. Windows color (decimal): -4274450 or 15648446. OLE color: 15648446.

HSL color Cylindrical-coordinate representation of color #BEC6EE: hue angle of 230º degrees, saturation: 0.59, 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 #BEC6EE is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 198 238 -
CMYK 0.20 0.17 0 0.07
HSL 230º 0.59% 0.84% -
HSV(B) 230º 0.2% 0.93% -
XYZ 56.86 57.51 88.99 -
YUV 200.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 190 198 238 0.20 0.17 0 0.07 230 0.59 0.84
Hex BE C6 EE 14 11 0 7 E6 3B 54
Octal 276 306 356 24 21 0 7 346 73 124
Binary 10111110 11000110 11101110 10100 10001 0 111 11100110 111011 1010100

Color Harmonies of #BEC6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6EE

Black with #BEC6EE

Text Example


Text Example

White with #BEC6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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