Html Css Color HEX #BECEEE Periwinkle

📋 copy color: '#BECEEE'

red 190 ◦ green 206 ◦ blue 238

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

Shades of Periwinkle #BECEEE

Tints of Periwinkle #BECEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.54%

R = 29.97%
G = 32.49%
B = 37.54%

CMYK

 C value IS 0.20

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECEEE (or 0xBECEEE) is known color: Periwinkle. HEX triplet: BE, CE and EE. RGB value is (190,206,238). Sum of RGB (Red+Green+Blue) = 190+206+238=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 206 (80.86% from 255 or 32.49% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECEEE is #413111. Grayscale: #CCCCCC. Windows color (decimal): -4272402 or 15650494. OLE color: 15650494.

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

Color convert

RGB 190 206 238 -
CMYK 0.20 0.13 0 0.07
HSL 220º 0.59% 0.84% -
HSV(B) 220º 0.2% 0.93% -
XYZ 58.74 61.26 89.62 -
YUV 204.86 146.7 117.4 -
System Red Green Blue C M Y K H S L
Decimal 190 206 238 0.20 0.13 0 0.07 220 0.59 0.84
Hex BE CE EE 14 D 0 7 DC 3B 54
Octal 276 316 356 24 15 0 7 334 73 124
Binary 10111110 11001110 11101110 10100 1101 0 111 11011100 111011 1010100

Color Harmonies of #BECEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEEE

Black with #BECEEE

Text Example


Text Example

White with #BECEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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