Html Css Color HEX #BECFE9 Periwinkle

📋 copy color: '#BECFE9'

red 190 ◦ green 207 ◦ blue 233

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

Shades of Periwinkle #BECFE9

Tints of Periwinkle #BECFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.98%

R = 30.16%
G = 32.86%
B = 36.98%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BECFE9 (or 0xBECFE9) is known color: Periwinkle. HEX triplet: BE, CF and E9. RGB value is (190,207,233). Sum of RGB (Red+Green+Blue) = 190+207+233=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 233 (91.41% from 255 or 36.98% from 630); Max value from RGB is 233 - color contains mainly: blue. Hex color #BECFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFE9 is #413016. Grayscale: #CCCCCC. Windows color (decimal): -4272151 or 15323070. OLE color: 15323070.

HSL color Cylindrical-coordinate representation of color #BECFE9: hue angle of 216.28º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BECFE9 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 207 233 -
CMYK 0.18 0.11 0 0.09
HSL 216.28º 0.49% 0.83% -
HSV(B) 216.28º 0.18% 0.91% -
XYZ 58.26 61.46 85.88 -
YUV 204.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 190 207 233 0.18 0.11 0 0.09 216.28 0.49 0.83
Hex BE CF E9 12 B 0 9 D8 31 53
Octal 276 317 351 22 13 0 11 330 61 123
Binary 10111110 11001111 11101001 10010 1011 0 1001 11011000 110001 1010011

Color Harmonies of #BECFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFE9

Black with #BECFE9

Text Example


Text Example

White with #BECFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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