Html Css Color HEX #BEC8EA Periwinkle

📋 copy color: '#BEC8EA'

red 190 ◦ green 200 ◦ blue 234

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

Shades of Periwinkle #BEC8EA

Tints of Periwinkle #BEC8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.5%

R = 30.45%
G = 32.05%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC8EA (or 0xBEC8EA) is known color: Periwinkle. HEX triplet: BE, C8 and EA. RGB value is (190,200,234). Sum of RGB (Red+Green+Blue) = 190+200+234=624 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.45% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8EA is #413715. Grayscale: #C8C8C8. Windows color (decimal): -4273942 or 15386814. OLE color: 15386814.

HSL color Cylindrical-coordinate representation of color #BEC8EA: hue angle of 226.36º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC8EA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 200 234 -
CMYK 0.19 0.15 0 0.08
HSL 226.36º 0.51% 0.83% -
HSV(B) 226.36º 0.19% 0.92% -
XYZ 56.74 58.2 86.08 -
YUV 200.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 190 200 234 0.19 0.15 0 0.08 226.36 0.51 0.83
Hex BE C8 EA 13 F 0 8 E2 33 53
Octal 276 310 352 23 17 0 10 342 63 123
Binary 10111110 11001000 11101010 10011 1111 0 1000 11100010 110011 1010011

Color Harmonies of #BEC8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8EA

Black with #BEC8EA

Text Example


Text Example

White with #BEC8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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