Html Css Color HEX #BECFEA Periwinkle

📋 copy color: '#BECFEA'

red 190 ◦ green 207 ◦ blue 234

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

Shades of Periwinkle #BECFEA

Tints of Periwinkle #BECFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 30.11%
G = 32.81%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BECFEA (or 0xBECFEA) is known color: Periwinkle. HEX triplet: BE, CF and EA. RGB value is (190,207,234). Sum of RGB (Red+Green+Blue) = 190+207+234=631 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.11% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFEA is #413015. Grayscale: #CCCCCC. Windows color (decimal): -4272150 or 15388606. OLE color: 15388606.

HSL color Cylindrical-coordinate representation of color #BECFEA: hue angle of 216.82º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECFEA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 207 234 -
CMYK 0.19 0.12 0 0.08
HSL 216.82º 0.51% 0.83% -
HSV(B) 216.82º 0.19% 0.92% -
XYZ 58.4 61.51 86.64 -
YUV 205 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 190 207 234 0.19 0.12 0 0.08 216.82 0.51 0.83
Hex BE CF EA 13 C 0 8 D9 33 53
Octal 276 317 352 23 14 0 10 331 63 123
Binary 10111110 11001111 11101010 10011 1100 0 1000 11011001 110011 1010011

Color Harmonies of #BECFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFEA

Black with #BECFEA

Text Example


Text Example

White with #BECFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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