Html Css Color HEX #BEC2EE Periwinkle

📋 copy color: '#BEC2EE'

red 190 ◦ green 194 ◦ blue 238

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

Shades of Periwinkle #BEC2EE

Tints of Periwinkle #BEC2EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.26%

R = 30.55%
G = 31.19%
B = 38.26%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC2EE (or 0xBEC2EE) is known color: Periwinkle. HEX triplet: BE, C2 and EE. RGB value is (190,194,238). Sum of RGB (Red+Green+Blue) = 190+194+238=622 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.55% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2EE is #413D11. Grayscale: #C5C5C5. Windows color (decimal): -4275474 or 15647422. OLE color: 15647422.

HSL color Cylindrical-coordinate representation of color #BEC2EE: hue angle of 235º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC2EE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 194 238 -
CMYK 0.20 0.18 0 0.07
HSL 235º 0.59% 0.84% -
HSV(B) 235º 0.2% 0.93% -
XYZ 55.96 55.7 88.69 -
YUV 197.82 150.67 122.42 -
System Red Green Blue C M Y K H S L
Decimal 190 194 238 0.20 0.18 0 0.07 235 0.59 0.84
Hex BE C2 EE 14 12 0 7 EB 3B 54
Octal 276 302 356 24 22 0 7 353 73 124
Binary 10111110 11000010 11101110 10100 10010 0 111 11101011 111011 1010100

Color Harmonies of #BEC2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2EE

Black with #BEC2EE

Text Example


Text Example

White with #BEC2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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