Html Css Color HEX #BECFF6 Periwinkle

📋 copy color: '#BECFF6'

red 190 ◦ green 207 ◦ blue 246

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

Shades of Periwinkle #BECFF6

Tints of Periwinkle #BECFF6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 32.19%

 BLUE value IS 246 (96.48% from 255) = 38.26%

R = 29.55%
G = 32.19%
B = 38.26%

CMYK

 C value IS 0.23

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BECFF6 (or 0xBECFF6) is known color: Periwinkle. HEX triplet: BE, CF and F6. RGB value is (190,207,246). Sum of RGB (Red+Green+Blue) = 190+207+246=643 (85% of max value = 765). Red value is 190 (74.61% from 255 or 29.55% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #BECFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFF6 is #413009. Grayscale: #CECECE. Windows color (decimal): -4272138 or 16175038. OLE color: 16175038.

HSL color Cylindrical-coordinate representation of color #BECFF6: hue angle of 221.79º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BECFF6 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 207 246 -
CMYK 0.23 0.16 0 0.04
HSL 221.79º 0.76% 0.85% -
HSV(B) 221.79º 0.23% 0.96% -
XYZ 60.18 62.23 96.03 -
YUV 206.36 150.37 116.33 -
System Red Green Blue C M Y K H S L
Decimal 190 207 246 0.23 0.16 0 0.04 221.79 0.76 0.85
Hex BE CF F6 17 10 0 4 DE 4C 55
Octal 276 317 366 27 20 0 4 336 114 125
Binary 10111110 11001111 11110110 10111 10000 0 100 11011110 1001100 1010101

Color Harmonies of #BECFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFF6

Black with #BECFF6

Text Example


Text Example

White with #BECFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFF6; }

 p { color: rgb(190,207,246); }

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

background-color css

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

 a { background-color: rgb(190,207,246); }

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

border-color css

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

 span { border-color: rgb(190,207,246); }

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