Html Css Color HEX #BECFF0 Periwinkle

📋 copy color: '#BECFF0'

red 190 ◦ green 207 ◦ blue 240

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

Shades of Periwinkle #BECFF0

Tints of Periwinkle #BECFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.68%

R = 29.83%
G = 32.5%
B = 37.68%

CMYK

 C value IS 0.21

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BECFF0 (or 0xBECFF0) is known color: Periwinkle. HEX triplet: BE, CF and F0. RGB value is (190,207,240). Sum of RGB (Red+Green+Blue) = 190+207+240=637 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.83% from 637); Green value is 207 (81.25% from 255 or 32.50% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECFF0 is #41300F. Grayscale: #CDCDCD. Windows color (decimal): -4272144 or 15781822. OLE color: 15781822.

HSL color Cylindrical-coordinate representation of color #BECFF0: hue angle of 219.6º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECFF0 is Cyan = 0.21, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 207 240 -
CMYK 0.21 0.14 0 0.06
HSL 219.6º 0.63% 0.84% -
HSV(B) 219.6º 0.21% 0.94% -
XYZ 59.28 61.86 91.25 -
YUV 205.68 147.37 116.82 -
System Red Green Blue C M Y K H S L
Decimal 190 207 240 0.21 0.14 0 0.06 219.6 0.63 0.84
Hex BE CF F0 15 E 0 6 DC 3E 54
Octal 276 317 360 25 16 0 6 334 76 124
Binary 10111110 11001111 11110000 10101 1110 0 110 11011100 111110 1010100

Color Harmonies of #BECFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECFF0

Black with #BECFF0

Text Example


Text Example

White with #BECFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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