Html Css Color HEX #BEC9E0 Periwinkle

📋 copy color: '#BEC9E0'

red 190 ◦ green 201 ◦ blue 224

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

Shades of Periwinkle #BEC9E0

Tints of Periwinkle #BEC9E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 30.89%
G = 32.68%
B = 36.42%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC9E0 (or 0xBEC9E0) is known color: Periwinkle. HEX triplet: BE, C9 and E0. RGB value is (190,201,224). Sum of RGB (Red+Green+Blue) = 190+201+224=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 201 (78.91% from 255 or 32.68% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC9E0 is #41361F. Grayscale: #C8C8C8. Windows color (decimal): -4273696 or 14731710. OLE color: 14731710.

HSL color Cylindrical-coordinate representation of color #BEC9E0: hue angle of 220.59º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC9E0 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 201 224 -
CMYK 0.15 0.10 0 0.12
HSL 220.59º 0.35% 0.81% -
HSV(B) 220.59º 0.15% 0.88% -
XYZ 55.58 58.1 78.81 -
YUV 200.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 190 201 224 0.15 0.10 0 0.12 220.59 0.35 0.81
Hex BE C9 E0 F A 0 C DD 23 51
Octal 276 311 340 17 12 0 14 335 43 121
Binary 10111110 11001001 11100000 1111 1010 0 1100 11011101 100011 1010001

Color Harmonies of #BEC9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9E0

Black with #BEC9E0

Text Example


Text Example

White with #BEC9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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