Html Css Color HEX #BECDF1 Periwinkle

📋 copy color: '#BECDF1'

red 190 ◦ green 205 ◦ blue 241

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

Shades of Periwinkle #BECDF1

Tints of Periwinkle #BECDF1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 32.23%

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

R = 29.87%
G = 32.23%
B = 37.89%

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

#BECDF1 (or 0xBECDF1) is known color: Periwinkle. HEX triplet: BE, CD and F1. RGB value is (190,205,241). Sum of RGB (Red+Green+Blue) = 190+205+241=636 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.87% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 241 (94.53% from 255 or 37.89% from 636); Max value from RGB is 241 - color contains mainly: blue. Hex color #BECDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDF1 is #41320E. Grayscale: #CCCCCC. Windows color (decimal): -4272655 or 15846846. OLE color: 15846846.

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

Color convert

RGB 190 205 241 -
CMYK 0.21 0.15 0 0.05
HSL 222.35º 0.65% 0.85% -
HSV(B) 222.35º 0.21% 0.95% -
XYZ 58.94 60.96 91.88 -
YUV 204.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 190 205 241 0.21 0.15 0 0.05 222.35 0.65 0.85
Hex BE CD F1 15 F 0 5 DE 41 55
Octal 276 315 361 25 17 0 5 336 101 125
Binary 10111110 11001101 11110001 10101 1111 0 101 11011110 1000001 1010101

Color Harmonies of #BECDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDF1

Black with #BECDF1

Text Example


Text Example

White with #BECDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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