Html Css Color HEX #BEC6E8 Periwinkle

📋 copy color: '#BEC6E8'

red 190 ◦ green 198 ◦ blue 232

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

Shades of Periwinkle #BEC6E8

Tints of Periwinkle #BEC6E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 37.42%

R = 30.65%
G = 31.94%
B = 37.42%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEC6E8 (or 0xBEC6E8) is known color: Periwinkle. HEX triplet: BE, C6 and E8. RGB value is (190,198,232). Sum of RGB (Red+Green+Blue) = 190+198+232=620 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.65% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 232 - color contains mainly: blue. Hex color #BEC6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6E8 is #413917. Grayscale: #C7C7C7. Windows color (decimal): -4274456 or 15255230. OLE color: 15255230.

HSL color Cylindrical-coordinate representation of color #BEC6E8: hue angle of 228.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC6E8 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 198 232 -
CMYK 0.18 0.15 0 0.09
HSL 228.57º 0.48% 0.83% -
HSV(B) 228.57º 0.18% 0.91% -
XYZ 55.99 57.16 84.43 -
YUV 199.48 146.35 121.24 -
System Red Green Blue C M Y K H S L
Decimal 190 198 232 0.18 0.15 0 0.09 228.57 0.48 0.83
Hex BE C6 E8 12 F 0 9 E5 30 53
Octal 276 306 350 22 17 0 11 345 60 123
Binary 10111110 11000110 11101000 10010 1111 0 1001 11100101 110000 1010011

Color Harmonies of #BEC6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6E8

Black with #BEC6E8

Text Example


Text Example

White with #BEC6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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