Html Css Color HEX #BECEEA Periwinkle

📋 copy color: '#BECEEA'

red 190 ◦ green 206 ◦ blue 234

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

Shades of Periwinkle #BECEEA

Tints of Periwinkle #BECEEA

RGB

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

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

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

R = 30.16%
G = 32.7%
B = 37.14%

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

#BECEEA (or 0xBECEEA) is known color: Periwinkle. HEX triplet: BE, CE and EA. RGB value is (190,206,234). Sum of RGB (Red+Green+Blue) = 190+206+234=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #BECEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEA is #413115. Grayscale: #CCCCCC. Windows color (decimal): -4272406 or 15388350. OLE color: 15388350.

HSL color Cylindrical-coordinate representation of color #BECEEA: hue angle of 218.18º 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 #BECEEA is Cyan = 0.19, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 206 234 -
CMYK 0.19 0.12 0 0.08
HSL 218.18º 0.51% 0.83% -
HSV(B) 218.18º 0.19% 0.92% -
XYZ 58.16 61.03 86.56 -
YUV 204.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 190 206 234 0.19 0.12 0 0.08 218.18 0.51 0.83
Hex BE CE EA 13 C 0 8 DA 33 53
Octal 276 316 352 23 14 0 10 332 63 123
Binary 10111110 11001110 11101010 10011 1100 0 1000 11011010 110011 1010011

Color Harmonies of #BECEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEEA

Black with #BECEEA

Text Example


Text Example

White with #BECEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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