Html Css Color HEX #BEC9F2 Periwinkle

📋 copy color: '#BEC9F2'

red 190 ◦ green 201 ◦ blue 242

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

Shades of Periwinkle #BEC9F2

Tints of Periwinkle #BEC9F2

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.75%

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

R = 30.02%
G = 31.75%
B = 38.23%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BEC9F2 (or 0xBEC9F2) is known color: Periwinkle. HEX triplet: BE, C9 and F2. RGB value is (190,201,242). Sum of RGB (Red+Green+Blue) = 190+201+242=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 201 (78.91% from 255 or 31.75% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #BEC9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC9F2 is #41360D. Grayscale: #CACACA. Windows color (decimal): -4273678 or 15911358. OLE color: 15911358.

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

Color convert

RGB 190 201 242 -
CMYK 0.21 0.17 0 0.05
HSL 227.31º 0.67% 0.85% -
HSV(B) 227.31º 0.21% 0.95% -
XYZ 58.15 59.13 92.35 -
YUV 202.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 190 201 242 0.21 0.17 0 0.05 227.31 0.67 0.85
Hex BE C9 F2 15 11 0 5 E3 43 55
Octal 276 311 362 25 21 0 5 343 103 125
Binary 10111110 11001001 11110010 10101 10001 0 101 11100011 1000011 1010101

Color Harmonies of #BEC9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9F2

Black with #BEC9F2

Text Example


Text Example

White with #BEC9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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