Html Css Color HEX #BECFE6 Periwinkle

📋 copy color: '#BECFE6'

red 190 ◦ green 207 ◦ blue 230

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

Shades of Periwinkle #BECFE6

Tints of Periwinkle #BECFE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.68%

R = 30.3%
G = 33.01%
B = 36.68%

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

#BECFE6 (or 0xBECFE6) is known color: Periwinkle. HEX triplet: BE, CF and E6. RGB value is (190,207,230). Sum of RGB (Red+Green+Blue) = 190+207+230=627 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.30% from 627); Green value is 207 (81.25% from 255 or 33.01% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #BECFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFE6 is #413019. Grayscale: #CCCCCC. Windows color (decimal): -4272154 or 15126462. OLE color: 15126462.

HSL color Cylindrical-coordinate representation of color #BECFE6: hue angle of 214.5º degrees, saturation: 0.44, 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 #BECFE6 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 207 230 -
CMYK 0.17 0.10 0 0.10
HSL 214.5º 0.44% 0.82% -
HSV(B) 214.5º 0.17% 0.9% -
XYZ 57.83 61.29 83.64 -
YUV 204.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 190 207 230 0.17 0.10 0 0.10 214.5 0.44 0.82
Hex BE CF E6 11 A 0 A D6 2C 52
Octal 276 317 346 21 12 0 12 326 54 122
Binary 10111110 11001111 11100110 10001 1010 0 1010 11010110 101100 1010010

Color Harmonies of #BECFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFE6

Black with #BECFE6

Text Example


Text Example

White with #BECFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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