Html Css Color HEX #BECCF1 Periwinkle

📋 copy color: '#BECCF1'

red 190 ◦ green 204 ◦ blue 241

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

Shades of Periwinkle #BECCF1

Tints of Periwinkle #BECCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.13%

 BLUE value IS 241 (94.53% from 255) = 37.95%

R = 29.92%
G = 32.13%
B = 37.95%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BECCF1 (or 0xBECCF1) is known color: Periwinkle. HEX triplet: BE, CC and F1. RGB value is (190,204,241). Sum of RGB (Red+Green+Blue) = 190+204+241=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF1 is #41330E. Grayscale: #CBCBCB. Windows color (decimal): -4272911 or 15846590. OLE color: 15846590.

HSL color Cylindrical-coordinate representation of color #BECCF1: hue angle of 223.53º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECCF1 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 204 241 -
CMYK 0.21 0.15 0 0.05
HSL 223.53º 0.65% 0.85% -
HSV(B) 223.53º 0.21% 0.95% -
XYZ 58.71 60.48 91.8 -
YUV 204.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 190 204 241 0.21 0.15 0 0.05 223.53 0.65 0.85
Hex BE CC F1 15 F 0 5 E0 41 55
Octal 276 314 361 25 17 0 5 340 101 125
Binary 10111110 11001100 11110001 10101 1111 0 101 11100000 1000001 1010101

Color Harmonies of #BECCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCF1

Black with #BECCF1

Text Example


Text Example

White with #BECCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCF1; }

 p { color: rgb(190,204,241); }

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

background-color css

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

 a { background-color: rgb(190,204,241); }

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

border-color css

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

 span { border-color: rgb(190,204,241); }

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