Html Css Color HEX #BEC3E3 Periwinkle

📋 copy color: '#BEC3E3'

red 190 ◦ green 195 ◦ blue 227

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

Shades of Periwinkle #BEC3E3

Tints of Periwinkle #BEC3E3

RGB

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

 GREEN value IS 195 (76.56% from 255) = 31.86%

 BLUE value IS 227 (89.06% from 255) = 37.09%

R = 31.05%
G = 31.86%
B = 37.09%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEC3E3 (or 0xBEC3E3) is known color: Periwinkle. HEX triplet: BE, C3 and E3. RGB value is (190,195,227). Sum of RGB (Red+Green+Blue) = 190+195+227=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 227 (89.06% from 255 or 37.09% from 612); Max value from RGB is 227 - color contains mainly: blue. Hex color #BEC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC3E3 is #413C1C. Grayscale: #C5C5C5. Windows color (decimal): -4275229 or 14926782. OLE color: 14926782.

HSL color Cylindrical-coordinate representation of color #BEC3E3: hue angle of 231.89º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEC3E3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 195 227 -
CMYK 0.16 0.14 0 0.11
HSL 231.89º 0.4% 0.82% -
HSV(B) 231.89º 0.16% 0.89% -
XYZ 54.62 55.52 80.51 -
YUV 197.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 190 195 227 0.16 0.14 0 0.11 231.89 0.4 0.82
Hex BE C3 E3 10 E 0 B E8 28 52
Octal 276 303 343 20 16 0 13 350 50 122
Binary 10111110 11000011 11100011 10000 1110 0 1011 11101000 101000 1010010

Color Harmonies of #BEC3E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC3E3

Black with #BEC3E3

Text Example


Text Example

White with #BEC3E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC3E3; }

 p { color: rgb(190,195,227); }

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

background-color css

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

 a { background-color: rgb(190,195,227); }

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

border-color css

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

 span { border-color: rgb(190,195,227); }

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