Html Css Color HEX #BEC7E4 Periwinkle

📋 copy color: '#BEC7E4'

red 190 ◦ green 199 ◦ blue 228

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

Shades of Periwinkle #BEC7E4

Tints of Periwinkle #BEC7E4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.25%

 BLUE value IS 228 (89.45% from 255) = 36.95%

R = 30.79%
G = 32.25%
B = 36.95%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEC7E4 (or 0xBEC7E4) is known color: Periwinkle. HEX triplet: BE, C7 and E4. RGB value is (190,199,228). Sum of RGB (Red+Green+Blue) = 190+199+228=617 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.79% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 228 (89.45% from 255 or 36.95% from 617); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC7E4 is #41381B. Grayscale: #C7C7C7. Windows color (decimal): -4274204 or 14993342. OLE color: 14993342.

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

Color convert

RGB 190 199 228 -
CMYK 0.17 0.13 0 0.11
HSL 225.79º 0.41% 0.82% -
HSV(B) 225.79º 0.17% 0.89% -
XYZ 55.66 57.4 81.54 -
YUV 199.62 144.02 121.14 -
System Red Green Blue C M Y K H S L
Decimal 190 199 228 0.17 0.13 0 0.11 225.79 0.41 0.82
Hex BE C7 E4 11 D 0 B E2 29 52
Octal 276 307 344 21 15 0 13 342 51 122
Binary 10111110 11000111 11100100 10001 1101 0 1011 11100010 101001 1010010

Color Harmonies of #BEC7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7E4

Black with #BEC7E4

Text Example


Text Example

White with #BEC7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7E4; }

 p { color: rgb(190,199,228); }

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

background-color css

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

 a { background-color: rgb(190,199,228); }

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

border-color css

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

 span { border-color: rgb(190,199,228); }

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