Html Css Color HEX #BECCEE Periwinkle

📋 copy color: '#BECCEE'

red 190 ◦ green 204 ◦ blue 238

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

Shades of Periwinkle #BECCEE

Tints of Periwinkle #BECCEE

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.28%

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

R = 30.06%
G = 32.28%
B = 37.66%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BECCEE (or 0xBECCEE) is known color: Periwinkle. HEX triplet: BE, CC and EE. RGB value is (190,204,238). Sum of RGB (Red+Green+Blue) = 190+204+238=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 238 - color contains mainly: blue. Hex color #BECCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCEE is #413311. Grayscale: #CBCBCB. Windows color (decimal): -4272914 or 15649982. OLE color: 15649982.

HSL color Cylindrical-coordinate representation of color #BECCEE: hue angle of 222.5º 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 #BECCEE is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 204 238 -
CMYK 0.20 0.14 0 0.07
HSL 222.5º 0.59% 0.84% -
HSV(B) 222.5º 0.2% 0.93% -
XYZ 58.26 60.31 89.46 -
YUV 203.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 190 204 238 0.20 0.14 0 0.07 222.5 0.59 0.84
Hex BE CC EE 14 E 0 7 DE 3B 54
Octal 276 314 356 24 16 0 7 336 73 124
Binary 10111110 11001100 11101110 10100 1110 0 111 11011110 111011 1010100

Color Harmonies of #BECCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCEE

Black with #BECCEE

Text Example


Text Example

White with #BECCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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