Html Css Color HEX #BECCF0 Periwinkle

📋 copy color: '#BECCF0'

red 190 ◦ green 204 ◦ blue 240

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

Shades of Periwinkle #BECCF0

Tints of Periwinkle #BECCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 32.18%

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

R = 29.97%
G = 32.18%
B = 37.85%

CMYK

 C value IS 0.21

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BECCF0 (or 0xBECCF0) is known color: Periwinkle. HEX triplet: BE, CC and F0. RGB value is (190,204,240). Sum of RGB (Red+Green+Blue) = 190+204+240=634 (83% of max value = 765). Red value is 190 (74.61% from 255 or 29.97% from 634); Green value is 204 (80.08% from 255 or 32.18% from 634); Blue value is 240 (94.14% from 255 or 37.85% from 634); Max value from RGB is 240 - color contains mainly: blue. Hex color #BECCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BECCF0 is #41330F. Grayscale: #CBCBCB. Windows color (decimal): -4272912 or 15781054. OLE color: 15781054.

HSL color Cylindrical-coordinate representation of color #BECCF0: hue angle of 223.2º 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 #BECCF0 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 204 240 -
CMYK 0.21 0.15 0 0.06
HSL 223.2º 0.63% 0.84% -
HSV(B) 223.2º 0.21% 0.94% -
XYZ 58.56 60.42 91.01 -
YUV 203.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 190 204 240 0.21 0.15 0 0.06 223.2 0.63 0.84
Hex BE CC F0 15 F 0 6 DF 3E 54
Octal 276 314 360 25 17 0 6 337 76 124
Binary 10111110 11001100 11110000 10101 1111 0 110 11011111 111110 1010100

Color Harmonies of #BECCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECCF0

Black with #BECCF0

Text Example


Text Example

White with #BECCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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