Html Css Color HEX #BECFE7 Periwinkle

📋 copy color: '#BECFE7'

red 190 ◦ green 207 ◦ blue 231

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

Shades of Periwinkle #BECFE7

Tints of Periwinkle #BECFE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.78%

R = 30.25%
G = 32.96%
B = 36.78%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BECFE7 (or 0xBECFE7) is known color: Periwinkle. HEX triplet: BE, CF and E7. RGB value is (190,207,231). Sum of RGB (Red+Green+Blue) = 190+207+231=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 207 (81.25% from 255 or 32.96% from 628); Blue value is 231 (90.62% from 255 or 36.78% from 628); Max value from RGB is 231 - color contains mainly: blue. Hex color #BECFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFE7 is #413018. Grayscale: #CCCCCC. Windows color (decimal): -4272153 or 15191998. OLE color: 15191998.

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

Color convert

RGB 190 207 231 -
CMYK 0.18 0.10 0 0.09
HSL 215.12º 0.46% 0.83% -
HSV(B) 215.12º 0.18% 0.91% -
XYZ 57.97 61.34 84.39 -
YUV 204.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 190 207 231 0.18 0.10 0 0.09 215.12 0.46 0.83
Hex BE CF E7 12 A 0 9 D7 2E 53
Octal 276 317 347 22 12 0 11 327 56 123
Binary 10111110 11001111 11100111 10010 1010 0 1001 11010111 101110 1010011

Color Harmonies of #BECFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFE7

Black with #BECFE7

Text Example


Text Example

White with #BECFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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