Html Css Color HEX #BEC8E0 Periwinkle

📋 copy color: '#BEC8E0'

red 190 ◦ green 200 ◦ blue 224

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

Shades of Periwinkle #BEC8E0

Tints of Periwinkle #BEC8E0

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.57%

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

R = 30.94%
G = 32.57%
B = 36.48%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC8E0 (or 0xBEC8E0) is known color: Periwinkle. HEX triplet: BE, C8 and E0. RGB value is (190,200,224). Sum of RGB (Red+Green+Blue) = 190+200+224=614 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.94% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC8E0 is #41371F. Grayscale: #C7C7C7. Windows color (decimal): -4273952 or 14731454. OLE color: 14731454.

HSL color Cylindrical-coordinate representation of color #BEC8E0: hue angle of 222.35º 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 #BEC8E0 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 200 224 -
CMYK 0.15 0.11 0 0.12
HSL 222.35º 0.35% 0.81% -
HSV(B) 222.35º 0.15% 0.88% -
XYZ 55.34 57.64 78.73 -
YUV 199.75 141.69 121.05 -
System Red Green Blue C M Y K H S L
Decimal 190 200 224 0.15 0.11 0 0.12 222.35 0.35 0.81
Hex BE C8 E0 F B 0 C DE 23 51
Octal 276 310 340 17 13 0 14 336 43 121
Binary 10111110 11001000 11100000 1111 1011 0 1100 11011110 100011 1010001

Color Harmonies of #BEC8E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8E0

Black with #BEC8E0

Text Example


Text Example

White with #BEC8E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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