Html Css Color HEX #BECEEC Periwinkle

📋 copy color: '#BECEEC'

red 190 ◦ green 206 ◦ blue 236

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

Shades of Periwinkle #BECEEC

Tints of Periwinkle #BECEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 37.34%

R = 30.06%
G = 32.59%
B = 37.34%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECEEC (or 0xBECEEC) is known color: Periwinkle. HEX triplet: BE, CE and EC. RGB value is (190,206,236). Sum of RGB (Red+Green+Blue) = 190+206+236=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BECEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEC is #413113. Grayscale: #CCCCCC. Windows color (decimal): -4272404 or 15519422. OLE color: 15519422.

HSL color Cylindrical-coordinate representation of color #BECEEC: hue angle of 219.13º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECEEC is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 206 236 -
CMYK 0.19 0.13 0 0.07
HSL 219.13º 0.55% 0.84% -
HSV(B) 219.13º 0.19% 0.93% -
XYZ 58.45 61.15 88.08 -
YUV 204.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 190 206 236 0.19 0.13 0 0.07 219.13 0.55 0.84
Hex BE CE EC 13 D 0 7 DB 37 54
Octal 276 316 354 23 15 0 7 333 67 124
Binary 10111110 11001110 11101100 10011 1101 0 111 11011011 110111 1010100

Color Harmonies of #BECEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEEC

Black with #BECEEC

Text Example


Text Example

White with #BECEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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