Html Css Color HEX #BECEE8 Periwinkle

📋 copy color: '#BECEE8'

red 190 ◦ green 206 ◦ blue 232

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

Shades of Periwinkle #BECEE8

Tints of Periwinkle #BECEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 30.25%
G = 32.8%
B = 36.94%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BECEE8 (or 0xBECEE8) is known color: Periwinkle. HEX triplet: BE, CE and E8. RGB value is (190,206,232). Sum of RGB (Red+Green+Blue) = 190+206+232=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #BECEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEE8 is #413117. Grayscale: #CCCCCC. Windows color (decimal): -4272408 or 15257278. OLE color: 15257278.

HSL color Cylindrical-coordinate representation of color #BECEE8: hue angle of 217.14º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECEE8 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 206 232 -
CMYK 0.18 0.11 0 0.09
HSL 217.14º 0.48% 0.83% -
HSV(B) 217.14º 0.18% 0.91% -
XYZ 57.87 60.92 85.05 -
YUV 204.18 143.7 117.89 -
System Red Green Blue C M Y K H S L
Decimal 190 206 232 0.18 0.11 0 0.09 217.14 0.48 0.83
Hex BE CE E8 12 B 0 9 D9 30 53
Octal 276 316 350 22 13 0 11 331 60 123
Binary 10111110 11001110 11101000 10010 1011 0 1001 11011001 110000 1010011

Color Harmonies of #BECEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEE8

Black with #BECEE8

Text Example


Text Example

White with #BECEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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