Html Css Color HEX #BECDE8 Periwinkle

📋 copy color: '#BECDE8'

red 190 ◦ green 205 ◦ blue 232

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

Shades of Periwinkle #BECDE8

Tints of Periwinkle #BECDE8

RGB

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

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

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

R = 30.3%
G = 32.7%
B = 37%

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

#BECDE8 (or 0xBECDE8) is known color: Periwinkle. HEX triplet: BE, CD and E8. RGB value is (190,205,232). Sum of RGB (Red+Green+Blue) = 190+205+232=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 205 (80.47% from 255 or 32.70% from 627); Blue value is 232 (91.02% from 255 or 37.00% from 627); Max value from RGB is 232 - color contains mainly: blue. Hex color #BECDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDE8 is #413217. Grayscale: #CBCBCB. Windows color (decimal): -4272664 or 15257022. OLE color: 15257022.

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

Color convert

RGB 190 205 232 -
CMYK 0.18 0.12 0 0.09
HSL 218.57º 0.48% 0.83% -
HSV(B) 218.57º 0.18% 0.91% -
XYZ 57.63 60.44 84.97 -
YUV 203.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 190 205 232 0.18 0.12 0 0.09 218.57 0.48 0.83
Hex BE CD E8 12 C 0 9 DB 30 53
Octal 276 315 350 22 14 0 11 333 60 123
Binary 10111110 11001101 11101000 10010 1100 0 1001 11011011 110000 1010011

Color Harmonies of #BECDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDE8

Black with #BECDE8

Text Example


Text Example

White with #BECDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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