Html Css Color HEX #BEC7EA Periwinkle

📋 copy color: '#BEC7EA'

red 190 ◦ green 199 ◦ blue 234

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

Shades of Periwinkle #BEC7EA

Tints of Periwinkle #BEC7EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.56%

R = 30.5%
G = 31.94%
B = 37.56%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC7EA (or 0xBEC7EA) is known color: Periwinkle. HEX triplet: BE, C7 and EA. RGB value is (190,199,234). Sum of RGB (Red+Green+Blue) = 190+199+234=623 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.50% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC7EA is #413815. Grayscale: #C8C8C8. Windows color (decimal): -4274198 or 15386558. OLE color: 15386558.

HSL color Cylindrical-coordinate representation of color #BEC7EA: hue angle of 227.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC7EA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 199 234 -
CMYK 0.19 0.15 0 0.08
HSL 227.73º 0.51% 0.83% -
HSV(B) 227.73º 0.19% 0.92% -
XYZ 56.51 57.73 86.01 -
YUV 200.3 147.02 120.65 -
System Red Green Blue C M Y K H S L
Decimal 190 199 234 0.19 0.15 0 0.08 227.73 0.51 0.83
Hex BE C7 EA 13 F 0 8 E4 33 53
Octal 276 307 352 23 17 0 10 344 63 123
Binary 10111110 11000111 11101010 10011 1111 0 1000 11100100 110011 1010011

Color Harmonies of #BEC7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC7EA

Black with #BEC7EA

Text Example


Text Example

White with #BEC7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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