Html Css Color HEX #BEC2ED Periwinkle

📋 copy color: '#BEC2ED'

red 190 ◦ green 194 ◦ blue 237

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

Shades of Periwinkle #BEC2ED

Tints of Periwinkle #BEC2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 30.6%
G = 31.24%
B = 38.16%

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

#BEC2ED (or 0xBEC2ED) is known color: Periwinkle. HEX triplet: BE, C2 and ED. RGB value is (190,194,237). Sum of RGB (Red+Green+Blue) = 190+194+237=621 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.60% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC2ED is #413D12. Grayscale: #C5C5C5. Windows color (decimal): -4275475 or 15581886. OLE color: 15581886.

HSL color Cylindrical-coordinate representation of color #BEC2ED: hue angle of 234.89º degrees, saturation: 0.57, 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 #BEC2ED is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 194 237 -
CMYK 0.20 0.18 0 0.07
HSL 234.89º 0.57% 0.84% -
HSV(B) 234.89º 0.2% 0.93% -
XYZ 55.81 55.65 87.92 -
YUV 197.71 150.17 122.5 -
System Red Green Blue C M Y K H S L
Decimal 190 194 237 0.20 0.18 0 0.07 234.89 0.57 0.84
Hex BE C2 ED 14 12 0 7 EB 39 54
Octal 276 302 355 24 22 0 7 353 71 124
Binary 10111110 11000010 11101101 10100 10010 0 111 11101011 111001 1010100

Color Harmonies of #BEC2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC2ED

Black with #BEC2ED

Text Example


Text Example

White with #BEC2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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