Html Css Color HEX #BEC8EF Periwinkle

📋 copy color: '#BEC8EF'

red 190 ◦ green 200 ◦ blue 239

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

Shades of Periwinkle #BEC8EF

Tints of Periwinkle #BEC8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38%

R = 30.21%
G = 31.8%
B = 38%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEC8EF (or 0xBEC8EF) is known color: Periwinkle. HEX triplet: BE, C8 and EF. RGB value is (190,200,239). Sum of RGB (Red+Green+Blue) = 190+200+239=629 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.21% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC8EF is #413710. Grayscale: #C9C9C9. Windows color (decimal): -4273937 or 15714494. OLE color: 15714494.

HSL color Cylindrical-coordinate representation of color #BEC8EF: hue angle of 227.76º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEC8EF is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 200 239 -
CMYK 0.21 0.16 0 0.06
HSL 227.76º 0.6% 0.84% -
HSV(B) 227.76º 0.21% 0.94% -
XYZ 57.47 58.49 89.92 -
YUV 201.46 149.19 119.83 -
System Red Green Blue C M Y K H S L
Decimal 190 200 239 0.21 0.16 0 0.06 227.76 0.6 0.84
Hex BE C8 EF 15 10 0 6 E4 3C 54
Octal 276 310 357 25 20 0 6 344 74 124
Binary 10111110 11001000 11101111 10101 10000 0 110 11100100 111100 1010100

Color Harmonies of #BEC8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8EF

Black with #BEC8EF

Text Example


Text Example

White with #BEC8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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