Html Css Color HEX #BEC5EE Periwinkle

📋 copy color: '#BEC5EE'

red 190 ◦ green 197 ◦ blue 238

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

Shades of Periwinkle #BEC5EE

Tints of Periwinkle #BEC5EE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.52%

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

R = 30.4%
G = 31.52%
B = 38.08%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC5EE (or 0xBEC5EE) is known color: Periwinkle. HEX triplet: BE, C5 and EE. RGB value is (190,197,238). Sum of RGB (Red+Green+Blue) = 190+197+238=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 238 - color contains mainly: blue. Hex color #BEC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5EE is #413A11. Grayscale: #C7C7C7. Windows color (decimal): -4274706 or 15648190. OLE color: 15648190.

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

Color convert

RGB 190 197 238 -
CMYK 0.20 0.17 0 0.07
HSL 231.25º 0.59% 0.84% -
HSV(B) 231.25º 0.2% 0.93% -
XYZ 56.63 57.05 88.92 -
YUV 199.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 190 197 238 0.20 0.17 0 0.07 231.25 0.59 0.84
Hex BE C5 EE 14 11 0 7 E7 3B 54
Octal 276 305 356 24 21 0 7 347 73 124
Binary 10111110 11000101 11101110 10100 10001 0 111 11100111 111011 1010100

Color Harmonies of #BEC5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5EE

Black with #BEC5EE

Text Example


Text Example

White with #BEC5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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