Html Css Color HEX #BEC2E0 Periwinkle

📋 copy color: '#BEC2E0'

red 190 ◦ green 194 ◦ blue 224

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

Shades of Periwinkle #BEC2E0

Tints of Periwinkle #BEC2E0

RGB

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

 GREEN value IS 194 (76.17% from 255) = 31.91%

 BLUE value IS 224 (87.89% from 255) = 36.84%

R = 31.25%
G = 31.91%
B = 36.84%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC2E0 (or 0xBEC2E0) is known color: Periwinkle. HEX triplet: BE, C2 and E0. RGB value is (190,194,224). Sum of RGB (Red+Green+Blue) = 190+194+224=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC2E0 is #413D1F. Grayscale: #C4C4C4. Windows color (decimal): -4275488 or 14729918. OLE color: 14729918.

HSL color Cylindrical-coordinate representation of color #BEC2E0: hue angle of 232.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC2E0 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 194 224 -
CMYK 0.15 0.13 0 0.12
HSL 232.94º 0.35% 0.81% -
HSV(B) 232.94º 0.15% 0.88% -
XYZ 53.98 54.91 78.28 -
YUV 196.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 190 194 224 0.15 0.13 0 0.12 232.94 0.35 0.81
Hex BE C2 E0 F D 0 C E9 23 51
Octal 276 302 340 17 15 0 14 351 43 121
Binary 10111110 11000010 11100000 1111 1101 0 1100 11101001 100011 1010001

Color Harmonies of #BEC2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2E0

Black with #BEC2E0

Text Example


Text Example

White with #BEC2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2E0; }

 p { color: rgb(190,194,224); }

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

background-color css

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

 a { background-color: rgb(190,194,224); }

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

border-color css

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

 span { border-color: rgb(190,194,224); }

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