Html Css Color HEX #BEC6F2 Periwinkle

📋 copy color: '#BEC6F2'

red 190 ◦ green 198 ◦ blue 242

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

Shades of Periwinkle #BEC6F2

Tints of Periwinkle #BEC6F2

RGB

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

 GREEN value IS 198 (77.73% from 255) = 31.43%

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

R = 30.16%
G = 31.43%
B = 38.41%

CMYK

 C value IS 0.21

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC6F2 (or 0xBEC6F2) is known color: Periwinkle. HEX triplet: BE, C6 and F2. RGB value is (190,198,242). Sum of RGB (Red+Green+Blue) = 190+198+242=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 198 (77.73% from 255 or 31.43% from 630); Blue value is 242 (94.92% from 255 or 38.41% from 630); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC6F2 is #41390D. Grayscale: #C8C8C8. Windows color (decimal): -4274446 or 15910590. OLE color: 15910590.

HSL color Cylindrical-coordinate representation of color #BEC6F2: hue angle of 230.77º 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 #BEC6F2 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 198 242 -
CMYK 0.21 0.18 0 0.05
HSL 230.77º 0.67% 0.85% -
HSV(B) 230.77º 0.21% 0.95% -
XYZ 57.46 57.75 92.12 -
YUV 200.62 151.35 120.42 -
System Red Green Blue C M Y K H S L
Decimal 190 198 242 0.21 0.18 0 0.05 230.77 0.67 0.85
Hex BE C6 F2 15 12 0 5 E7 43 55
Octal 276 306 362 25 22 0 5 347 103 125
Binary 10111110 11000110 11110010 10101 10010 0 101 11100111 1000011 1010101

Color Harmonies of #BEC6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6F2

Black with #BEC6F2

Text Example


Text Example

White with #BEC6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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