Html Css Color HEX #BECFE4 Periwinkle

📋 copy color: '#BECFE4'

red 190 ◦ green 207 ◦ blue 228

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

Shades of Periwinkle #BECFE4

Tints of Periwinkle #BECFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 36.48%

R = 30.4%
G = 33.12%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BECFE4 (or 0xBECFE4) is known color: Periwinkle. HEX triplet: BE, CF and E4. RGB value is (190,207,228). Sum of RGB (Red+Green+Blue) = 190+207+228=625 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.4% from 625); Green value is 207 (81.25% from 255 or 33.12% from 625); Blue value is 228 (89.45% from 255 or 36.48% from 625); Max value from RGB is 228 - color contains mainly: blue. Hex color #BECFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFE4 is #41301B. Grayscale: #CCCCCC. Windows color (decimal): -4272156 or 14995390. OLE color: 14995390.

HSL color Cylindrical-coordinate representation of color #BECFE4: hue angle of 213.16º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BECFE4 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 207 228 -
CMYK 0.17 0.09 0 0.11
HSL 213.16º 0.41% 0.82% -
HSV(B) 213.16º 0.17% 0.89% -
XYZ 57.55 61.17 82.17 -
YUV 204.31 141.37 117.79 -
System Red Green Blue C M Y K H S L
Decimal 190 207 228 0.17 0.09 0 0.11 213.16 0.41 0.82
Hex BE CF E4 11 9 0 B D5 29 52
Octal 276 317 344 21 11 0 13 325 51 122
Binary 10111110 11001111 11100100 10001 1001 0 1011 11010101 101001 1010010

Color Harmonies of #BECFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFE4

Black with #BECFE4

Text Example


Text Example

White with #BECFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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