Html Css Color HEX #BECFE5 Periwinkle

📋 copy color: '#BECFE5'

red 190 ◦ green 207 ◦ blue 229

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

Shades of Periwinkle #BECFE5

Tints of Periwinkle #BECFE5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.07%

 BLUE value IS 229 (89.84% from 255) = 36.58%

R = 30.35%
G = 33.07%
B = 36.58%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BECFE5 (or 0xBECFE5) is known color: Periwinkle. HEX triplet: BE, CF and E5. RGB value is (190,207,229). Sum of RGB (Red+Green+Blue) = 190+207+229=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 207 (81.25% from 255 or 33.07% from 626); Blue value is 229 (89.84% from 255 or 36.58% from 626); Max value from RGB is 229 - color contains mainly: blue. Hex color #BECFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFE5 is #41301A. Grayscale: #CCCCCC. Windows color (decimal): -4272155 or 15060926. OLE color: 15060926.

HSL color Cylindrical-coordinate representation of color #BECFE5: hue angle of 213.85º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECFE5 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 207 229 -
CMYK 0.17 0.10 0 0.10
HSL 213.85º 0.43% 0.82% -
HSV(B) 213.85º 0.17% 0.9% -
XYZ 57.69 61.23 82.91 -
YUV 204.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 190 207 229 0.17 0.10 0 0.10 213.85 0.43 0.82
Hex BE CF E5 11 A 0 A D6 2B 52
Octal 276 317 345 21 12 0 12 326 53 122
Binary 10111110 11001111 11100101 10001 1010 0 1010 11010110 101011 1010010

Color Harmonies of #BECFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFE5

Black with #BECFE5

Text Example


Text Example

White with #BECFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFE5; }

 p { color: rgb(190,207,229); }

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

background-color css

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

 a { background-color: rgb(190,207,229); }

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

border-color css

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

 span { border-color: rgb(190,207,229); }

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