Html Css Color HEX #BECDE9 Periwinkle

📋 copy color: '#BECDE9'

red 190 ◦ green 205 ◦ blue 233

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

Shades of Periwinkle #BECDE9

Tints of Periwinkle #BECDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 30.25%
G = 32.64%
B = 37.1%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BECDE9 (or 0xBECDE9) is known color: Periwinkle. HEX triplet: BE, CD and E9. RGB value is (190,205,233). Sum of RGB (Red+Green+Blue) = 190+205+233=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #BECDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDE9 is #413216. Grayscale: #CBCBCB. Windows color (decimal): -4272663 or 15322558. OLE color: 15322558.

HSL color Cylindrical-coordinate representation of color #BECDE9: hue angle of 219.07º degrees, saturation: 0.49, 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 #BECDE9 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 205 233 -
CMYK 0.18 0.12 0 0.09
HSL 219.07º 0.49% 0.83% -
HSV(B) 219.07º 0.18% 0.91% -
XYZ 57.77 60.49 85.72 -
YUV 203.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 190 205 233 0.18 0.12 0 0.09 219.07 0.49 0.83
Hex BE CD E9 12 C 0 9 DB 31 53
Octal 276 315 351 22 14 0 11 333 61 123
Binary 10111110 11001101 11101001 10010 1100 0 1001 11011011 110001 1010011

Color Harmonies of #BECDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDE9

Black with #BECDE9

Text Example


Text Example

White with #BECDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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