Html Css Color HEX #BECDEF Periwinkle

📋 copy color: '#BECDEF'

red 190 ◦ green 205 ◦ blue 239

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

Shades of Periwinkle #BECDEF

Tints of Periwinkle #BECDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 37.7%

R = 29.97%
G = 32.33%
B = 37.7%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BECDEF (or 0xBECDEF) is known color: Periwinkle. HEX triplet: BE, CD and EF. RGB value is (190,205,239). Sum of RGB (Red+Green+Blue) = 190+205+239=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 205 (80.47% from 255 or 32.33% from 634); Blue value is 239 (93.75% from 255 or 37.70% from 634); Max value from RGB is 239 - color contains mainly: blue. Hex color #BECDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECDEF is #413210. Grayscale: #CCCCCC. Windows color (decimal): -4272657 or 15715774. OLE color: 15715774.

HSL color Cylindrical-coordinate representation of color #BECDEF: hue angle of 221.63º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECDEF is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 205 239 -
CMYK 0.21 0.14 0 0.06
HSL 221.63º 0.6% 0.84% -
HSV(B) 221.63º 0.21% 0.94% -
XYZ 58.65 60.84 90.31 -
YUV 204.39 147.53 117.74 -
System Red Green Blue C M Y K H S L
Decimal 190 205 239 0.21 0.14 0 0.06 221.63 0.6 0.84
Hex BE CD EF 15 E 0 6 DE 3C 54
Octal 276 315 357 25 16 0 6 336 74 124
Binary 10111110 11001101 11101111 10101 1110 0 110 11011110 111100 1010100

Color Harmonies of #BECDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDEF

Black with #BECDEF

Text Example


Text Example

White with #BECDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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