Html Css Color HEX #BEC5F2 Periwinkle

📋 copy color: '#BEC5F2'

red 190 ◦ green 197 ◦ blue 242

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

Shades of Periwinkle #BEC5F2

Tints of Periwinkle #BEC5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.47%

R = 30.21%
G = 31.32%
B = 38.47%

CMYK

 C value IS 0.21

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC5F2 (or 0xBEC5F2) is known color: Periwinkle. HEX triplet: BE, C5 and F2. RGB value is (190,197,242). Sum of RGB (Red+Green+Blue) = 190+197+242=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC5F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC5F2 is #413A0D. Grayscale: #C7C7C7. Windows color (decimal): -4274702 or 15910334. OLE color: 15910334.

HSL color Cylindrical-coordinate representation of color #BEC5F2: hue angle of 231.92º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC5F2 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 197 242 -
CMYK 0.21 0.19 0 0.05
HSL 231.92º 0.67% 0.85% -
HSV(B) 231.92º 0.21% 0.95% -
XYZ 57.23 57.29 92.05 -
YUV 200.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 190 197 242 0.21 0.19 0 0.05 231.92 0.67 0.85
Hex BE C5 F2 15 13 0 5 E8 43 55
Octal 276 305 362 25 23 0 5 350 103 125
Binary 10111110 11000101 11110010 10101 10011 0 101 11101000 1000011 1010101

Color Harmonies of #BEC5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5F2

Black with #BEC5F2

Text Example


Text Example

White with #BEC5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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