Html Css Color HEX #BECEF1 Periwinkle

📋 copy color: '#BECEF1'

red 190 ◦ green 206 ◦ blue 241

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

Shades of Periwinkle #BECEF1

Tints of Periwinkle #BECEF1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.34%

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

R = 29.83%
G = 32.34%
B = 37.83%

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

#BECEF1 (or 0xBECEF1) is known color: Periwinkle. HEX triplet: BE, CE and F1. RGB value is (190,206,241). Sum of RGB (Red+Green+Blue) = 190+206+241=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 241 (94.53% from 255 or 37.83% from 637); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEF1 is #41310E. Grayscale: #CDCDCD. Windows color (decimal): -4272399 or 15847102. OLE color: 15847102.

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

Color convert

RGB 190 206 241 -
CMYK 0.21 0.15 0 0.05
HSL 221.18º 0.65% 0.85% -
HSV(B) 221.18º 0.21% 0.95% -
XYZ 59.18 61.44 91.96 -
YUV 205.21 148.2 117.15 -
System Red Green Blue C M Y K H S L
Decimal 190 206 241 0.21 0.15 0 0.05 221.18 0.65 0.85
Hex BE CE F1 15 F 0 5 DD 41 55
Octal 276 316 361 25 17 0 5 335 101 125
Binary 10111110 11001110 11110001 10101 1111 0 101 11011101 1000001 1010101

Color Harmonies of #BECEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEF1

Black with #BECEF1

Text Example


Text Example

White with #BECEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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